aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-01-07 21:58:10 -0600
committerjjanzen <jjanzen@jjanzen.ca>2025-01-07 21:58:10 -0600
commit9de7d7522dde81494925b64938e1233c0b6cf335 (patch)
treec8eedff318473a9d987575b7557bda4709b59cca
parentbc191572430f196a9f6eb6231c2f138305fdba24 (diff)
system changes
-rw-r--r--macos.local/.flake/system/aerospace.nix.org30
1 files changed, 30 insertions, 0 deletions
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";
};
};
};