feat(wm): add mouse follows focus toggle

This commit adds a toggle for the mouse follows focus behaviour that has
been the default for komorebi until now.

resolve #63
This commit is contained in:
LGUG2Z
2021-10-29 10:04:19 -07:00
parent 7fd545ca35
commit a55069df48
10 changed files with 77 additions and 43 deletions

View File

@@ -93,6 +93,7 @@ pub enum SocketMessage {
Query(StateQuery),
FocusFollowsMouse(FocusFollowsMouseImplementation, bool),
ToggleFocusFollowsMouse(FocusFollowsMouseImplementation),
ToggleMouseFollowsFocus,
AddSubscriber(String),
RemoveSubscriber(String),
}