hyprland: Passthrough keybinds to VM with ctrl+alt

Also useful for preventing keybinds from being used while working on
other things.

Source: https://old.reddit.com/r/hyprland/comments/15puf7x/
This commit is contained in:
Donovan Glover 2023-08-14 10:58:04 -04:00
parent 005b6d6ff9
commit 8359122544
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -200,6 +200,11 @@ in
bind = $SUPER_SHIFT, 1, exec, hyprland-relative-workspace b --with-window bind = $SUPER_SHIFT, 1, exec, hyprland-relative-workspace b --with-window
bind = $SUPER_SHIFT, 2, exec, hyprland-relative-workspace f --with-window bind = $SUPER_SHIFT, 2, exec, hyprland-relative-workspace f --with-window
bind = CTRL, Alt_L, submap, passthrough
submap = passthrough
bind = CTRL, Alt_L, submap, reset
submap = reset
layerrule = blur,ironbar layerrule = blur,ironbar
layerrule = blur,notifications layerrule = blur,notifications