mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 17:57:47 +02: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, 1, exec, hyprnome --previous --move
|
||||||
bind = $SUPER_SHIFT, 2, exec, hyprnome --move
|
bind = $SUPER_SHIFT, 2, exec, hyprnome --move
|
||||||
|
|
||||||
bind = ALT, tab, hycov:toggleoverview
|
bind = $SUPER, Tab, hycov:toggleoverview
|
||||||
bind = ALT, h, hycov:movefocus,l
|
bind = $SUPER, H, hycov:movefocus,l
|
||||||
bind = ALT, l, hycov:movefocus,r
|
bind = $SUPER, L, hycov:movefocus,r
|
||||||
bind = ALT, k, hycov:movefocus,u
|
bind = $SUPER, K, hycov:movefocus,u
|
||||||
bind = ALT, j, hycov:movefocus,d
|
bind = $SUPER, J, hycov:movefocus,d
|
||||||
|
|
||||||
plugin {
|
plugin {
|
||||||
hycov {
|
hycov {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user