aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-07-27 12:10:57 +0200
committerMathias Bynens <mathias@qiwi.be>2012-07-27 12:10:57 +0200
commit66911ae46b8ed269a0d24a9f539beab33c6c25b0 (patch)
tree5b35594b4af280b576d6af9d97f7559da3fc1ca4 /.osx
parent205b8b14504a4ee3fad355127c34e1bd9db16cb3 (diff)
downloaddotfiles-66911ae46b8ed269a0d24a9f539beab33c6c25b0.tar.gz
dotfiles-66911ae46b8ed269a0d24a9f539beab33c6c25b0.tar.bz2
dotfiles-66911ae46b8ed269a0d24a9f539beab33c6c25b0.zip
.osx: Group windows by application in Mission Control
Diffstat (limited to '.osx')
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index 3d8cbf8..e13ea4e 100755
--- a/.osx
+++ b/.osx
@@ -224,6 +224,9 @@ defaults write com.apple.dock launchanim -bool false
# Speed up Mission Control animations
defaults write com.apple.dock expose-animation-duration -float 0.1
+# Group windows by application in Mission Control
+defaults write com.apple.dock "expose-group-by-app" -bool true
+
# Don’t show Dashboard as a Space
defaults write com.apple.dock "dashboard-in-overlay" -bool true