feat(macos): Disable wallpaper reveal desktop setting
This commit is contained in:
parent
a8984092bd
commit
11a2f937bb
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue