Skip to content

Instantly share code, notes, and snippets.

@stesh
Created August 7, 2011 22:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save stesh/1130885 to your computer and use it in GitHub Desktop.
Save stesh/1130885 to your computer and use it in GitHub Desktop.
Disable Dashboard on OS X
#!/bin/sh
defaults write com.apple.dashboard mcx-disabled -boolean YES
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment