feat(macos): Disable wallpaper reveal desktop setting

This commit is contained in:
Saibotk 2024-12-04 00:51:23 +01:00
parent a8984092bd
commit 11a2f937bb
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -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