mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
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:
parent
005b6d6ff9
commit
8359122544
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user