Current settings (Mac Studio):
| Setting | Value |
|---|---|
| Dock Size | 80px |
| Auto-hide | Off |
| Show Recent Apps | Off |
| Hot Corner — Bottom Left | Application Windows |
| Hot Corner — Bottom Right | Desktop |
To replicate on a new Mac:
defaults write com.apple.dock tilesize -int 80
defaults write com.apple.dock show-recents -bool false
defaults write com.apple.dock wvous-bl-corner -int 3
defaults write com.apple.dock wvous-br-corner -int 4
killall Dock