From 04f89061ac786097896bdc3e2f0741144cec5753 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 22 Aug 2025 13:58:04 +0200 Subject: [PATCH] Add Super + Tab to go forward through workspaces and Super + Shift + Tab to go backwards Co-authored-by: @rafaelbernard Closes #652 --- default/hypr/bindings/tiling.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/default/hypr/bindings/tiling.conf b/default/hypr/bindings/tiling.conf index 748db35b..cb990c3b 100644 --- a/default/hypr/bindings/tiling.conf +++ b/default/hypr/bindings/tiling.conf @@ -37,6 +37,10 @@ bindd = SUPER SHIFT, code:17, Move window to workspace 8, movetoworkspace, 8 bindd = SUPER SHIFT, code:18, Move window to workspace 9, movetoworkspace, 9 bindd = SUPER SHIFT, code:19, Move window to workspace 10, movetoworkspace, 10 +# Tab between workspaces +bind = SUPER, TAB, workspace, e+1 +bind = SUPER SHIFT, TAB, workspace, e-1 + # Swap active window with the one next to it with SUPER + SHIFT + arrow keys bindd = SUPER SHIFT, left, Swap window to the left, swapwindow, l bindd = SUPER SHIFT, right, Swap window to the right, swapwindow, r