mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-16 06:16:43 +01:00
27 lines
381 B
Markdown
27 lines
381 B
Markdown
# border-colour
|
|
|
|
```
|
|
Set the colour for a window border kind
|
|
|
|
Usage: komorebic.exe 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, unfocused, floating]
|
|
|
|
-h, --help
|
|
Print help
|
|
|
|
```
|