Browse Source

added a passthru keybind

pull/31/head
JaKooLit 2 years ago
parent
commit
5855cc0289
  1. 7
      config/hypr/configs/Keybinds.conf

7
config/hypr/configs/Keybinds.conf

@ -172,4 +172,9 @@ bind = $mainMod SHIFT, Print, exec, $screenshot --area
# screenshot with swappy (another screenshot tool)
bind = $mainMod SHIFT, S, exec, grim -g "$(slurp)" - | swappy -f -
# If you are using Ja's Hyprland dots as Host and wants to passthrough keyboard into a VM
bind = CTRL SHIFT, P, submap, passthru
submap = passthru
# to unbind
bind = CTRL SHIFT, Escape, submap, reset
submap = reset
Loading…
Cancel
Save