From 9c934b832c97030d5486f40a1343afa6ad091244 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 31 Jul 2012 19:56:35 +0200 Subject: =?UTF-8?q?.osx:=20Don=E2=80=99t=20group=20windows=20by=20applicat?= =?UTF-8?q?ion=20in=20Mission=20Control?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes it use the old Exposé behavior instead. --- .osx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.osx') 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 -- cgit v1.2.3