diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2023-12-24 15:24:12 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2023-12-24 15:24:12 +0900 |
| commit | 008cbf03bcf32e4c55f52a6c8f23c17f62973d95 (patch) | |
| tree | e772e15888a22861966e6eb9a7640cab01592bfd | |
| parent | a825b15791517d8614f8905ec2811185531fbf5b (diff) | |
disabled the kb passthrough by default
| -rw-r--r-- | config/hypr/configs/Keybinds.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index 2d04c975..da27c538 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 |
