aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--macos.local/.flake/system/aerospace.nix.org19
1 files changed, 18 insertions, 1 deletions
diff --git a/macos.local/.flake/system/aerospace.nix.org b/macos.local/.flake/system/aerospace.nix.org
index c88f54b..bc7e11f 100644
--- a/macos.local/.flake/system/aerospace.nix.org
+++ b/macos.local/.flake/system/aerospace.nix.org
@@ -16,6 +16,24 @@
on-focus-changed = [
"move-mouse window-lazy-center"
];
+ workspace-to-monitor-force-assignment = {
+ "1" = "main";
+ "2" = "main";
+ "3" = "main";
+ "4" = "main";
+ "5" = "main";
+ "6" = "main";
+ "7" = "main";
+ "8" = "main";
+ "9" = [
+ "secondary"
+ "dell"
+ ];
+ "10" = [
+ "secondary"
+ "built-in"
+ ];
+ };
mode.main.binding = {
cmd-enter = "exec-and-forget open -n /Applications/Ghostty.app/";
cmd-d = "exec-and-forget ~/.local/bin/launcher";
@@ -57,7 +75,6 @@
cmd-shift-9 = "move-node-to-workspace 9";
cmd-shift-0 = "move-node-to-workspace 10";
- cmd-ctrl-shift-m = "move-workspace-to-monitor --wrap-around next";
cmd-ctrl-shift-h = "join-with left";
cmd-ctrl-shift-j = "join-with down";
cmd-ctrl-shift-k = "join-with up";