From 05c96356535dc43f8b04a533408126c421dbe8e9 Mon Sep 17 00:00:00 2001 From: John Costa Date: Mon, 21 Jul 2025 14:12:00 +0100 Subject: [PATCH] feat: adding quick switch action --- config/hypr/hyprland.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 90928b9c..8393856b 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -246,7 +246,7 @@ bind = $mainMod, T, exec, $terminal bind = $mainMod, Q, killactive, bind = $mainMod, E, exec, $fileManager bind = $mainMod SHIFT, V, togglefloating, -bind = $mainMod, P, pseudo, # dwindle +# bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, Slash, exec, fuzzel @@ -281,6 +281,8 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8 bind = $mainMod SHIFT, 9, movetoworkspace, 9 bind = $mainMod SHIFT, 0, movetoworkspace, 10 +bind = $mainMod, Tab, exec, hyprctl dispatch workspace previous + # Example special workspace (scratchpad) # bind = $mainMod, S, togglespecialworkspace, magic # bind = $mainMod SHIFT, S, movetoworkspace, special:magic @@ -289,6 +291,7 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10 bind = $mainMod, mouse_down, workspace, e+1 bind = $mainMod, mouse_up, workspace, e-1 + # Move/resize windows with mainMod + LMB/RMB and dragging bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow