One Thing Well

A weblog about simple, useful software.

You can follow along on Twitter or via the feed. Don't hesitate to get in touch. Sponsor the site.

Turn Off Spaces Animation in OS X

If you find the animated transition between Spaces on OS X unnecessary, you can switch it off like so:

defaults write com.apple.dock workspaces-swoosh-animation-off -bool YES && killall Dock

To revert the change, swap that YES for a NO.

Via superuser.