diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index 177861c..43afa89 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -177,8 +177,8 @@ bind = $mainMod SHIFT, Print, exec, $screenshot --area 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 +bind = $mainMod ALT, P, submap, passthru submap = passthru # to unbind -bind = CTRL SHIFT, Escape, submap, reset +bind = $mainMod ALT, P, submap, reset submap = reset \ No newline at end of file