diff --git a/modules/darwin/desktop.nix b/modules/darwin/desktop.nix index df8ad4f..2f5cfc9 100644 --- a/modules/darwin/desktop.nix +++ b/modules/darwin/desktop.nix @@ -5,7 +5,7 @@ # appearance system.defaults.NSGlobalDomain.AppleInterfaceStyle = "Dark"; system.defaults.NSGlobalDomain.AppleShowScrollBars = "WhenScrolling"; - system.defaults.WindowManager.EnableStandardClickToShowDesktop = true; + system.defaults.WindowManager.EnableStandardClickToShowDesktop = false; system.startup.chime = true; system.defaults.NSGlobalDomain.NSDisableAutomaticTermination = true;