Created
June 6, 2011 01:46
-
-
Save jeremyckahn/1009628 to your computer and use it in GitHub Desktop.
Useful OS X BASH commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Disable Spaces animation | |
# /via http://hints.macworld.com/article.php?story=20110214074550501 | |
defaults write com.apple.dock workspaces-swoosh-animation-off -bool YES && killall Dock | |
# ... And re-enable. | |
defaults delete com.apple.dock workspaces-swoosh-animation-off && killall Dock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This only works on Snow Leopard. WHY.