Skip to content

Commit

Permalink
hyprland: Passthrough keybinds to VM with ctrl+alt
Browse files Browse the repository at this point in the history
Also useful for preventing keybinds from being used while working on
other things.

Source: https://old.reddit.com/r/hyprland/comments/15puf7x/
  • Loading branch information
donovanglover committed Aug 14, 2023
1 parent 005b6d6 commit 8359122
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions home/hyprland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,11 @@ in
bind = $SUPER_SHIFT, 1, exec, hyprland-relative-workspace b --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,notifications
Expand Down

0 comments on commit 8359122

Please sign in to comment.