Skip to content

Instantly share code, notes, and snippets.

@jeremyckahn
Created June 6, 2011 01:46
Show Gist options
  • Select an option

  • Save jeremyckahn/1009628 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown
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