From a7d97cd08421b88fff6ad2e53917001c6cfe4638 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Mon, 18 Mar 2024 21:49:02 -0500 Subject: [PATCH] add keybinds for moving workspaces and scratchpad --- hypr/config/keybinds.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/hypr/config/keybinds.conf b/hypr/config/keybinds.conf index 0299d05..a0fa3bb 100644 --- a/hypr/config/keybinds.conf +++ b/hypr/config/keybinds.conf @@ -43,13 +43,17 @@ bind = $mainMod SHIFT, 9, movetoworkspace, 9 bind = $mainMod SHIFT, 0, movetoworkspace, 10 # Example special workspace (scratchpad) -bind = $mainMod, S, togglespecialworkspace, magic -bind = $mainMod SHIFT, S, movetoworkspace, special:magic +bind = CTRL SHIFT, S, togglespecialworkspace, magic +bind = CTRL $mainMod, S, movetoworkspace, special:magic # Scroll through existing workspaces with mainMod + scroll bind = $mainMod, mouse_down, workspace, e+1 bind = $mainMod, mouse_up, workspace, e-1 +# Switch workspaces +bind = CTRL ALT, right, workspace, e+1 +bind = CTRL ALT, left, workspace, e-1 + # Move/resize windows with mainMod + LMB/RMB and dragging bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow