aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorVincent Klaiber <vincentklaiber@users.noreply.github.com>2013-10-30 14:57:19 +0100
committerMathias Bynens <mathias@qiwi.be>2013-10-30 14:58:17 +0100
commitae3daa2d59eb8247d03662703fedc2bd3f5df07b (patch)
tree15a647c246acda23c413822d5a6f2efde753109c /.osx
parent36b20a9257d2ec9725eba178bebc831f83b89d2f (diff)
downloaddotfiles-ae3daa2d59eb8247d03662703fedc2bd3f5df07b.tar.gz
dotfiles-ae3daa2d59eb8247d03662703fedc2bd3f5df07b.tar.bz2
dotfiles-ae3daa2d59eb8247d03662703fedc2bd3f5df07b.zip
.osx: Minimize windows into their application’s icon
Closes #271.
Diffstat (limited to '.osx')
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index bf28dd9..98e5e03 100755
--- a/.osx
+++ b/.osx
@@ -308,6 +308,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
+# Minimize windows into their application’s icon
+defaults write com.apple.dock minimize-to-application -bool true
+
# Enable spring loading for all Dock items
defaults write com.apple.dock enable-spring-load-actions-on-all-items -bool true