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:
LGUG2Z
2021-10-30 15:24:27 -07:00
parent a55069df48
commit 4e6e2b3aa8
4 changed files with 20 additions and 0 deletions

View File

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