hyprland(hycov): Prefer Super+Tab over Alt+Tab

Prevents applications like Librewolf from reacting to the Alt key being
pressed.
This commit is contained in:
Donovan Glover 2024-03-30 11:31:56 -04:00
parent 2e3d395eb3
commit a7d9cff7eb
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -342,11 +342,11 @@ in
bind = $SUPER_SHIFT, 1, exec, hyprnome --previous --move
bind = $SUPER_SHIFT, 2, exec, hyprnome --move
bind = ALT, tab, hycov:toggleoverview
bind = ALT, h, hycov:movefocus,l
bind = ALT, l, hycov:movefocus,r
bind = ALT, k, hycov:movefocus,u
bind = ALT, j, hycov:movefocus,d
bind = $SUPER, Tab, hycov:toggleoverview
bind = $SUPER, H, hycov:movefocus,l
bind = $SUPER, L, hycov:movefocus,r
bind = $SUPER, K, hycov:movefocus,u
bind = $SUPER, J, hycov:movefocus,d
plugin {
hycov {