mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-27 06:57:01 +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:
@@ -244,6 +244,10 @@ ToggleFocusFollowsMouse(implementation) {
|
||||
Run, komorebic.exe toggle-focus-follows-mouse --implementation %implementation%, , Hide
|
||||
}
|
||||
|
||||
MouseFollowsFocus(boolean_state) {
|
||||
Run, komorebic.exe mouse-follows-focus %boolean_state%, , Hide
|
||||
}
|
||||
|
||||
ToggleMouseFollowsFocus() {
|
||||
Run, komorebic.exe toggle-mouse-follows-focus, , Hide
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user