From b7e0ea2dee212634e5fc672ab277a46aeb55a7d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20Mari=C8=99?= Date: Thu, 6 Mar 2014 12:13:44 +0200 Subject: .osx: Change minimize/maximize window effect By default, OS X Mavericks uses the annoying `genie` effect whenever windows are minimized/maximized. This commit changes that preference and makes OS X use the more tolerable `scale` effect. Closes #355. Ref. #270. --- .osx | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3