From 66911ae46b8ed269a0d24a9f539beab33c6c25b0 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Fri, 27 Jul 2012 12:10:57 +0200 Subject: .osx: Group windows by application in Mission Control --- .osx | 3 +++ 1 file changed, 3 insertions(+) (limited to '.osx') 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 -- cgit v1.2.3