mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-25 01:58:51 +02:00
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:
@@ -168,6 +168,7 @@ impl FromStr for SocketMessage {
|
||||
pub enum WindowKind {
|
||||
Single,
|
||||
Stack,
|
||||
Monocle,
|
||||
}
|
||||
|
||||
#[derive(
|
||||
|
||||
Reference in New Issue
Block a user