Skip to main content

~/christopher.loessl

Mission Control

To get mission control to pop up fast just write this to your plist file:

defaults write com.apple.dock expose-animation-duration -float 0.1; killall Dock

And with

defaults delete com.apple.dock expose-animation-duration; killall Dock

you can get back to default setting.