diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-07 22:31:30 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-07 22:31:30 -0600 |
commit | c0e12401fc45fbeb0db9f3b800af723d39869a52 (patch) | |
tree | 7761a05788b46ab2a465b7887981c619177c5862 /macos.local/.flake/system/aerospace.nix.org | |
parent | c20dcd4a62a4fea64bb1f3911b51992a96dc1973 (diff) |
system changes
Diffstat (limited to 'macos.local/.flake/system/aerospace.nix.org')
-rw-r--r-- | macos.local/.flake/system/aerospace.nix.org | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/macos.local/.flake/system/aerospace.nix.org b/macos.local/.flake/system/aerospace.nix.org index 6c64a0a..c88f54b 100644 --- a/macos.local/.flake/system/aerospace.nix.org +++ b/macos.local/.flake/system/aerospace.nix.org @@ -58,8 +58,10 @@ cmd-shift-0 = "move-node-to-workspace 10"; cmd-ctrl-shift-m = "move-workspace-to-monitor --wrap-around next"; - cmd-shift-v = "split horizontal"; - cmd-shift-s = "split vertical"; + cmd-ctrl-shift-h = "join-with left"; + cmd-ctrl-shift-j = "join-with down"; + cmd-ctrl-shift-k = "join-with up"; + cmd-ctrl-shift-l = "join-with right"; }; }; }; |