aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorCătălin Mariș <alrraa@gmail.com>2014-03-06 12:13:44 +0200
committerMathias Bynens <mathias@qiwi.be>2014-03-06 12:06:14 +0100
commitb7e0ea2dee212634e5fc672ab277a46aeb55a7d8 (patch)
tree46c01336aedf145bddb123c7cd864975867ef77a /.osx
parent235e141b78a93008bdfb7bb3edf800545ffb0023 (diff)
downloaddotfiles-b7e0ea2dee212634e5fc672ab277a46aeb55a7d8.tar.gz
dotfiles-b7e0ea2dee212634e5fc672ab277a46aeb55a7d8.tar.bz2
dotfiles-b7e0ea2dee212634e5fc672ab277a46aeb55a7d8.zip
.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.
Diffstat (limited to '.osx')
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
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