From ca9565e409913b328f35ce3241391727f9661815 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Fri, 25 Apr 2025 13:44:35 -0300 Subject: [PATCH] hypr(bindings): set special workspace binding to `special:special` --- hypr/bindings.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hypr/bindings.conf b/hypr/bindings.conf index b3afee8..f333453 100644 --- a/hypr/bindings.conf +++ b/hypr/bindings.conf @@ -125,8 +125,8 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10 bind = CTRL $mainMod, right, workspace, e+1 bind = CTRL $mainMod, left, workspace, e-1 -bind = $mainMod, S, togglespecialworkspace, magic -bind = $mainMod SHIFT, S, movetoworkspace, special:magic +bind = $mainMod, S, togglespecialworkspace, special +bind = $mainMod SHIFT, S, movetoworkspace, special:special # Scroll through existing workspaces with mainMod + scroll bind = $mainMod, mouse_down, workspace, e+1