From 2cb285c26750d76e8e5c1f7deb521fe3bc127bd9 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 14 Sep 2025 20:47:56 +0200 Subject: [PATCH] Add Super + Ctrl + Tab to go to former workspace Closes #1218 Co-authored-by: @zaborowskimichal --- default/hypr/bindings/tiling.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/default/hypr/bindings/tiling.conf b/default/hypr/bindings/tiling.conf index 0a53b01..9e9afef 100644 --- a/default/hypr/bindings/tiling.conf +++ b/default/hypr/bindings/tiling.conf @@ -41,6 +41,7 @@ bindd = SUPER SHIFT, code:19, Move window to workspace 10, movetoworkspace, 10 # Tab between workspaces bindd = SUPER, TAB, Next workspace, workspace, e+1 bindd = SUPER SHIFT, TAB, Previous workspace, workspace, e-1 +bindd = SUPER CTRL, TAB, Former workspace, workspace, previous # 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