From 9ba138df9650847055819de72e0da83d730576d3 Mon Sep 17 00:00:00 2001 From: arnie Date: Mon, 10 Mar 2025 10:37:01 +0100 Subject: [PATCH] Adjust spaces behavior on darwin --- darwin/common.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/darwin/common.nix b/darwin/common.nix index fc66a97..b78ae45 100644 --- a/darwin/common.nix +++ b/darwin/common.nix @@ -114,6 +114,9 @@ in static-only = true; tilesize = lib.mkDefault 80; + # Do not automatically rearrange spaces based on most recent use + mru-spaces = false; + # Hot corners wvous-bl-corner = hot-corners.QuickNote; wvous-br-corner = hot-corners.Launchpad; @@ -132,7 +135,7 @@ in NSGlobalDomain = { AppleShowScrollBars = "Automatic"; AppleScrollerPagingBehavior = true; - AppleSpacesSwitchOnActivate = lib.mkDefault true; + AppleSpacesSwitchOnActivate = lib.mkDefault false; "com.apple.swipescrolldirection" = false; NSAutomaticCapitalizationEnabled = false; # disable auto capitalization NSAutomaticDashSubstitutionEnabled = false; # disable auto dash substitution