From 9de7d7522dde81494925b64938e1233c0b6cf335 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Tue, 7 Jan 2025 21:58:10 -0600 Subject: system changes --- macos.local/.flake/system/aerospace.nix.org | 30 +++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'macos.local/.flake/system/aerospace.nix.org') diff --git a/macos.local/.flake/system/aerospace.nix.org b/macos.local/.flake/system/aerospace.nix.org index 7676b42..23c3d49 100644 --- a/macos.local/.flake/system/aerospace.nix.org +++ b/macos.local/.flake/system/aerospace.nix.org @@ -18,6 +18,36 @@ cmd-j = "focus down"; cmd-k = "focus up"; cmd-l = "focus right"; + + cmd-shift-h = "move left"; + cmd-shift-j = "move down"; + cmd-shift-k = "move up"; + cmd-shift-l = "move right"; + + cmd-shift-minus = "resize smart -50"; + cmd-shift-equal = "resize smart +50"; + + cmd-1 = "workspace 1"; + cmd-2 = "workspace 2"; + cmd-3 = "workspace 3"; + cmd-4 = "workspace 4"; + cmd-5 = "workspace 5"; + cmd-6 = "workspace 6"; + cmd-7 = "workspace 7"; + cmd-8 = "workspace 8"; + cmd-9 = "workspace 9"; + cmd-0 = "workspace 10"; + + cmd-shift-1 = "move-node-to-workspace 1"; + cmd-shift-2 = "move-node-to-workspace 2"; + cmd-shift-3 = "move-node-to-workspace 3"; + cmd-shift-4 = "move-node-to-workspace 4"; + cmd-shift-5 = "move-node-to-workspace 5"; + cmd-shift-6 = "move-node-to-workspace 6"; + cmd-shift-7 = "move-node-to-workspace 7"; + cmd-shift-8 = "move-node-to-workspace 8"; + cmd-shift-9 = "move-node-to-workspace 9"; + cmd-shift-0 = "move-node-to-workspace 0"; }; }; }; -- cgit v1.2.3