aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-07-31 19:56:35 +0200
committerMathias Bynens <mathias@qiwi.be>2012-07-31 19:56:35 +0200
commit9c934b832c97030d5486f40a1343afa6ad091244 (patch)
tree9e601af2f96071e2b0b75e586817b4dcdb8b5595 /.osx
parent3d725a1b283afec6c446afc8c8d2d5e11d4ff26a (diff)
downloaddotfiles-9c934b832c97030d5486f40a1343afa6ad091244.tar.gz
dotfiles-9c934b832c97030d5486f40a1343afa6ad091244.tar.bz2
dotfiles-9c934b832c97030d5486f40a1343afa6ad091244.zip
.osx: Don’t group windows by application in Mission Control
This makes it use the old Exposé behavior instead.
Diffstat (limited to '.osx')
-rwxr-xr-x.osx5
1 files changed, 3 insertions, 2 deletions
diff --git a/.osx b/.osx
index 8ba17e9..c2fc9bb 100755
--- a/.osx
+++ b/.osx
@@ -231,8 +231,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 group windows by application in Mission Control
+# (i.e. use the old Exposé behavior instead)
+defaults write com.apple.dock "expose-group-by-app" -bool false
# Don’t show Dashboard as a Space
defaults write com.apple.dock "dashboard-in-overlay" -bool true