From ef0b8d52c2954a45b590ec35064848a09ab79680 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Sat, 5 Sep 2026 19:57:39 -0400 Subject: [PATCH] sway: Bind Super+Tab to match aerospace --- sway/config | 1 + 1 file changed, 1 insertion(+) diff --git a/sway/config b/sway/config index 388d51e..6e214c3 100644 --- a/sway/config +++ b/sway/config @@ -99,6 +99,7 @@ bindsym $super+Shift+0 move container to workspace number 10; workspace number 1 # Magic workspace movement bindsym $super+grave workspace back_and_forth +bindsym $super+tab workspace back_and_forth bindsym $super+bracketleft workspace prev_on_output bindsym $super+bracketright workspace next_on_output