Skip to content

Instantly share code, notes, and snippets.

@kayheunen
Created October 24, 2013 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kayheunen/7135672 to your computer and use it in GitHub Desktop.
Save kayheunen/7135672 to your computer and use it in GitHub Desktop.
Remove Dashboard from Mac OS X Mavericks
# Run in terminal
defaults write com.apple.dashboard mcx-disabled -boolean true
# Then reload the dock
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment