diff options
-rwxr-xr-x | .osx | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |