From e823d9af7aefb7504c0b3ea21dc28408a09b13d7 Mon Sep 17 00:00:00 2001 From: Timo Bingmann Date: Wed, 24 Sep 2025 09:08:56 -0700 Subject: [PATCH] macos: Disable click on desktop action. --- system/macos/system.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system/macos/system.nix b/system/macos/system.nix index 270674e..66dc76a 100644 --- a/system/macos/system.nix +++ b/system/macos/system.nix @@ -85,6 +85,10 @@ SortDirection = 0; # Sort descending }; + CustomUserPreferences."com.apple.WindowManager" = { + EnableStandardClickToShowDesktop = false; # Disable click on desktop action. + }; + # Terminal settings # These cannot be set automatically, as they delete all other entries.