diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index b19545d..e810e89 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -149,7 +149,6 @@ bind = $mainMod, F, fullscreen bind = $mainMod, E, exec, dolphin bind = $mainMod, T, togglefloating bind = $mainMod, B, exec, brave -bind = $mainMod, P, pseudo bind = $mainMod, J, togglesplit bind = $mainMod, left, movefocus, l bind = $mainMod, right, movefocus, r @@ -197,6 +196,14 @@ bind = $mainMod SHIFT, left, resizeactive, -100 0 bind = $mainMod SHIFT, up, resizeactive, 0 -100 bind = $mainMod SHIFT, down, resizeactive, 0 100 +# ----------------------------------------------------- +# Passthrough SUPER KEY to Virtual Machine +# ----------------------------------------------------- +bind = $mainMod, P, submap, passthru +submap = passthru +bind = SUPER, Escape, submap, reset +submap = reset + # ----------------------------------------------------- # Misc settings # -----------------------------------------------------