1
0

macos: Disable click on desktop action.

This commit is contained in:
Timo Bingmann
2025-09-24 09:08:56 -07:00
parent dbd6913638
commit e823d9af7a

View File

@@ -85,6 +85,10 @@
SortDirection = 0; # Sort descending SortDirection = 0; # Sort descending
}; };
CustomUserPreferences."com.apple.WindowManager" = {
EnableStandardClickToShowDesktop = false; # Disable click on desktop action.
};
# Terminal settings # Terminal settings
# These cannot be set automatically, as they delete all other entries. # These cannot be set automatically, as they delete all other entries.