From ea5e36d5f36504b5734f0bb45c7248ad794938ea Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Sun, 14 Sep 2025 20:14:47 -0400 Subject: [PATCH] fix join-with keybinds. (will probably change) --- .config/aerospace/aerospace.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/aerospace/aerospace.toml b/.config/aerospace/aerospace.toml index ea642d0..0cbedf4 100644 --- a/.config/aerospace/aerospace.toml +++ b/.config/aerospace/aerospace.toml @@ -76,10 +76,10 @@ accordion-padding = 15 alt-tab = 'workspace-back-and-forth' alt-shift-tab = 'move-workspace-to-monitor --wrap-around next' - # alt-shift-h = ['join-with left', 'mode main'] - # alt-shift-j = ['join-with down', 'mode main'] - # alt-shift-k = ['join-with up', 'mode main'] - # alt-shift-l = ['join-with right', 'mode main'] + cmd-shift-h = ['join-with left', 'mode main'] + cmd-shift-j = ['join-with down', 'mode main'] + cmd-shift-k = ['join-with up', 'mode main'] + cmd-shift-l = ['join-with right', 'mode main'] # See: https://nikitabobko.github.io/AeroSpace/commands#focus alt-h = 'focus --boundaries-action wrap-around-the-workspace left'