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:
Donovan Glover 2024-08-25 12:37:45 -04:00
parent 348f467ed2
commit ba127acd62
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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
'';
};