From 008cbf03bcf32e4c55f52a6c8f23c17f62973d95 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Sun, 24 Dec 2023 15:24:12 +0900 Subject: [PATCH] disabled the kb passthrough by default --- config/hypr/configs/Keybinds.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index 2d04c97..da27c53 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/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