Skip to content

Instantly share code, notes, and snippets.

@jeremyckahn
Created June 6, 2011 01:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremyckahn/1009628 to your computer and use it in GitHub Desktop.
Save jeremyckahn/1009628 to your computer and use it in GitHub Desktop.
Useful OS X BASH commands
# 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
@jeremyckahn
Copy link
Author

This only works on Snow Leopard. WHY.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment