hyprland: Fix hycov interfering with cycleprev/next

This commit is contained in:
Donovan Glover 2024-04-07 13:48:19 -04:00
parent 9fa0aa4206
commit 045c489222
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -256,10 +256,10 @@ in
"${super}_SHIFT, 2, exec, hyprnome --move"
"${super}, Tab, hycov:toggleoverview"
"${super}, H, hycov:movefocus,l"
"${super}, L, hycov:movefocus,r"
"${super}, K, hycov:movefocus,u"
"${super}, J, hycov:movefocus,d"
"${super}, Left, hycov:movefocus,l"
"${super}, Right, hycov:movefocus,r"
"${super}, Up, hycov:movefocus,u"
"${super}, Down, hycov:movefocus,d"
"${super}, mouse_down, workspace, e+1"
"${super}, mouse_up, workspace, e-1"