Browse Source

disabled the kb passthrough by default

pull/102/head
Ja.KooLit 2 years ago
parent
commit
008cbf03bc
  1. 8
      config/hypr/configs/Keybinds.conf

8
config/hypr/configs/Keybinds.conf

@ -174,8 +174,8 @@ bind = $mainMod ALT, Print, exec, $scriptsDir/ScreenShot.sh --in10 #screenshot i
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 = $mainMod ALT, P, submap, passthru
submap = passthru
#bind = $mainMod ALT, P, submap, passthru
#submap = passthru
# to unbind
bind = $mainMod ALT, P, submap, reset
submap = reset
#bind = $mainMod ALT, P, submap, reset
#submap = reset

Loading…
Cancel
Save