mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-02-23 05:34:53 +01:00
27 lines
392 B
Markdown
27 lines
392 B
Markdown
# active-window-border-colour
|
|
|
|
```
|
|
Set the colour for the active window border
|
|
|
|
Usage: komorebic.exe active-window-border-colour [OPTIONS] <R> <G> <B>
|
|
|
|
Arguments:
|
|
<R>
|
|
Red
|
|
|
|
<G>
|
|
Green
|
|
|
|
<B>
|
|
Blue
|
|
|
|
Options:
|
|
-w, --window-kind <WINDOW_KIND>
|
|
[default: single]
|
|
[possible values: single, stack, monocle]
|
|
|
|
-h, --help
|
|
Print help
|
|
|
|
```
|