mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-01 06:53:15 +02:00
feat(wm): mouse follows focus enable/disable cmd
This commit adds a command to explicitly specify the desired state of mouse follows focus to complement the previously added toggle command.
This commit is contained in:
@@ -93,6 +93,7 @@ pub enum SocketMessage {
|
||||
Query(StateQuery),
|
||||
FocusFollowsMouse(FocusFollowsMouseImplementation, bool),
|
||||
ToggleFocusFollowsMouse(FocusFollowsMouseImplementation),
|
||||
MouseFollowsFocus(bool),
|
||||
ToggleMouseFollowsFocus,
|
||||
AddSubscriber(String),
|
||||
RemoveSubscriber(String),
|
||||
|
||||
Reference in New Issue
Block a user