From 12820ce9ff4e4718e4d7b985a37f114cb80d34bc Mon Sep 17 00:00:00 2001 From: John Ogle Date: Mon, 1 Dec 2025 18:18:56 -0800 Subject: [PATCH] [aerospace] Disable macOS Spaces mutli-display This option is known to cause all sorts of issues with aerospace apparently --- machines/johno-macbookpro/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/machines/johno-macbookpro/configuration.nix b/machines/johno-macbookpro/configuration.nix index a1c7c95..be7d1e4 100644 --- a/machines/johno-macbookpro/configuration.nix +++ b/machines/johno-macbookpro/configuration.nix @@ -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