Skip to content

Instantly share code, notes, and snippets.

@gpassarelli
Created January 20, 2015 19:31
Show Gist options
  • Save gpassarelli/02bfa341918b6df2057b to your computer and use it in GitHub Desktop.
Save gpassarelli/02bfa341918b6df2057b 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