From 11a2f937bb5e8af1b2e4c9a9d501a0eb87263349 Mon Sep 17 00:00:00 2001 From: Saibotk Date: Wed, 4 Dec 2024 00:51:23 +0100 Subject: [PATCH] feat(macos): Disable wallpaper reveal desktop setting --- macos/.macos | 3 +++ 1 file changed, 3 insertions(+) diff --git a/macos/.macos b/macos/.macos index f2ce9f3..3f6f845 100644 --- a/macos/.macos +++ b/macos/.macos @@ -351,6 +351,9 @@ defaults write com.apple.finder FXInfoPanesExpanded -dict \ # Dock, Dashboard, and hot corners # ############################################################################### +# Disable wallpaper click hide windows +defaults write com.apple.WindowManager EnableStandardClickToShowDesktop -bool false + # Enable highlight hover effect for the grid view of a stack (Dock) defaults write com.apple.dock mouse-over-hilite-stack -bool true