[aerospace] Disable macOS Spaces mutli-display
This option is known to cause all sorts of issues with aerospace apparently
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user