diff --git a/.osx b/.osx index 3e239df..5af0383 100755 --- a/.osx +++ b/.osx @@ -342,6 +342,9 @@ defaults write com.apple.dock mouse-over-hilite-stack -bool true # Set the icon size of Dock items to 36 pixels defaults write com.apple.dock tilesize -int 36 +# Change minimize/maximize window effect +defaults write com.apple.dock mineffect -string "scale" + # Minimize windows into their application’s icon defaults write com.apple.dock minimize-to-application -bool true