mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
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:
parent
2e3d395eb3
commit
a7d9cff7eb
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user