diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-07 22:44:17 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-07 22:44:17 -0600 |
commit | 55e56dbf7793d657da71dc93fbbbf447f1c04447 (patch) | |
tree | ab295ae250ab3cdf9fa57123c767d779d03a663f /macos.local/.flake | |
parent | c0e12401fc45fbeb0db9f3b800af723d39869a52 (diff) |
system changes
Diffstat (limited to 'macos.local/.flake')
-rw-r--r-- | macos.local/.flake/system/aerospace.nix.org | 19 |
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"; |