[aerospace] Disable macOS Spaces mutli-display

This option is known to cause all sorts of issues with aerospace
apparently
This commit is contained in:
2025-12-01 18:18:56 -08:00
parent 0f5eb2e572
commit 12820ce9ff

View File

@@ -12,6 +12,13 @@
dock.autohide = true;
finder.AppleShowAllExtensions = true;
NSGlobalDomain.AppleShowAllExtensions = true;
# Configure spaces to span displays (required for aerospace multi-monitor support)
CustomUserPreferences = {
"com.apple.spaces" = {
spans-displays = true;
};
};
};
# TODO: Find a way to not duplicate this