diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-07-27 12:10:57 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-07-27 12:10:57 +0200 |
commit | 66911ae46b8ed269a0d24a9f539beab33c6c25b0 (patch) | |
tree | 5b35594b4af280b576d6af9d97f7559da3fc1ca4 | |
parent | 205b8b14504a4ee3fad355127c34e1bd9db16cb3 (diff) | |
download | dotfiles-66911ae46b8ed269a0d24a9f539beab33c6c25b0.tar.gz dotfiles-66911ae46b8ed269a0d24a9f539beab33c6c25b0.tar.bz2 dotfiles-66911ae46b8ed269a0d24a9f539beab33c6c25b0.zip |
.osx: Group windows by application in Mission Control
-rwxr-xr-x | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |