feat(wm): add border colour for monocle

This commit adds a new WindowKind to allow the user to set a unique
colour to identify when a window container in monocle mode is active.

resolve #404
This commit is contained in:
LGUG2Z
2023-04-24 13:08:22 -07:00
parent d32661ec2d
commit 2520c4abe1
6 changed files with 42 additions and 3 deletions

View File

@@ -363,6 +363,9 @@ komorebic.exe active-window-border-colour [R G B] --window-kind single
# optionally, if you want a different colour for stacks of windows
komorebic.exe active-window-border-colour [R G B] --window-kind stack
# optionally, if you want a different colour for windows in monocle mode
komorebic.exe active-window-border-colour [R G B] --window-kind monocle
```
It is important to note that the active window border will only apply to windows managed by `komorebi`.