From e1d0b4deb2772995e5d65a8dcffd9fc136f61f1a Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Wed, 25 Sep 2024 13:55:41 -0400 Subject: [PATCH] aerospace: Follow windows after moving them --- aerospace/aerospace.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/aerospace/aerospace.toml b/aerospace/aerospace.toml index 30222b0..3dc01bf 100644 --- a/aerospace/aerospace.toml +++ b/aerospace/aerospace.toml @@ -69,16 +69,16 @@ alt-8 = 'workspace 8' alt-9 = 'workspace 9' alt-0 = 'workspace 10' -alt-shift-1 = 'move-node-to-workspace 1' -alt-shift-2 = 'move-node-to-workspace 2' -alt-shift-3 = 'move-node-to-workspace 3' -alt-shift-4 = 'move-node-to-workspace 4' -alt-shift-5 = 'move-node-to-workspace 5' -alt-shift-6 = 'move-node-to-workspace 6' -alt-shift-7 = 'move-node-to-workspace 7' -alt-shift-8 = 'move-node-to-workspace 8' -alt-shift-9 = 'move-node-to-workspace 9' -alt-shift-0 = 'move-node-to-workspace 10' +alt-shift-1 = ['move-node-to-workspace 1', 'workspace 1'] +alt-shift-2 = ['move-node-to-workspace 2', 'workspace 2'] +alt-shift-3 = ['move-node-to-workspace 3', 'workspace 3'] +alt-shift-4 = ['move-node-to-workspace 4', 'workspace 4'] +alt-shift-5 = ['move-node-to-workspace 5', 'workspace 5'] +alt-shift-6 = ['move-node-to-workspace 6', 'workspace 6'] +alt-shift-7 = ['move-node-to-workspace 7', 'workspace 7'] +alt-shift-8 = ['move-node-to-workspace 8', 'workspace 8'] +alt-shift-9 = ['move-node-to-workspace 9', 'workspace 9'] +alt-shift-0 = ['move-node-to-workspace 10', 'workspace 10'] alt-comma = 'focus-monitor prev' alt-period = 'focus-monitor next'