Skip to content

Commit

Permalink
macos: Update desktop settings
Browse files Browse the repository at this point in the history
  • Loading branch information
huntie committed Sep 17, 2024
1 parent 121c7e2 commit a8080f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions macos/.macos-prefs/desktop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,19 @@ defaults write com.apple.systemuiserver menuExtras -array \
"/System/Library/CoreServices/Menu Extras/Battery.menu" \
"/System/Library/CoreServices/Menu Extras/Clock.menu"

# - Desktop -

# Hide desktop items by default
defaults write com.apple.WindowManager StandardHideDesktopIcons -int 1

# - Windows -

# Disable wallpaper tinting in windows
defaults write NSGlobalDomain AppleReduceDesktopTinting -int 1

# Disable margins around tiled windows
defaults write com.apple.WindowManager EnableTiledWindowMargins -int 0

# - Dock -

# Change minimize/maximize window effect
Expand Down

0 comments on commit a8080f3

Please sign in to comment.