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

@@ -244,6 +244,10 @@ ToggleFocusFollowsMouse(implementation) {
Run, komorebic.exe toggle-focus-follows-mouse --implementation %implementation%, , Hide
}
ToggleMouseFollowsFocus() {
Run, komorebic.exe toggle-mouse-follows-focus, , Hide
}
AhkLibrary() {
Run, komorebic.exe ahk-library, , Hide
}