From 21eed02c84fbdc5e174057b619ac789feabeea74 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Thu, 21 Sep 2023 14:05:17 +0200 Subject: [PATCH] Add keybind for SUPER KEY passthrough --- hypr/hyprland.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 # -----------------------------------------------------