From 8755c4f07916348f657c44b5beedd32ce6c565ac Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Tue, 21 Jan 2025 09:42:12 +0100 Subject: [PATCH] feat: move to workspace 2 if moving a window there --- .config/aerospace/aerospace.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/aerospace/aerospace.toml b/.config/aerospace/aerospace.toml index 12f876d..d1e39a4 100644 --- a/.config/aerospace/aerospace.toml +++ b/.config/aerospace/aerospace.toml @@ -121,7 +121,8 @@ ctrl-shift-alt-6 = 'workspace 6' # See: https://nikitabobko.github.io/AeroSpace/commands#move-node-to-workspace cmd-1 = 'move-node-to-workspace 1' -cmd-2 = 'move-node-to-workspace 2' +# I often want to see documentation along a terminal window +cmd-2 = 'move-node-to-workspace 2 --focus-follows-window' cmd-3 = 'move-node-to-workspace 3' cmd-4 = 'move-node-to-workspace 4' cmd-5 = 'move-node-to-workspace 5'