mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
hyprland: Change passthrough key to super+alt+backspace
Fixes an issue where the passthrough keybind was being executed when switching ttys.
This commit is contained in:
parent
348f467ed2
commit
ba127acd62
@ -241,9 +241,9 @@ in
|
||||
|
||||
extraConfig = # hyprlang
|
||||
''
|
||||
bind = CTRL, Alt_L, submap, passthrough
|
||||
bind = ${super}_ALT, BackSpace, submap, passthrough
|
||||
submap = passthrough
|
||||
bind = CTRL, Alt_L, submap, reset
|
||||
bind = ${super}_ALT, BackSpace, submap, reset
|
||||
submap = reset
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user