Skip to content

Instantly share code, notes, and snippets.

@descubraomundo
Created July 24, 2013 18:38
Show Gist options
  • Save descubraomundo/6073237 to your computer and use it in GitHub Desktop.
Save descubraomundo/6073237 to your computer and use it in GitHub Desktop.
Disable / Enable Mac Dashboard
# Disable
defaults write com.apple.dashboard mcx-disabled -boolean YES
killall Dock
# Enable
defaults write com.apple.dashboard mcx-disabled -boolean NO
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment