Skip to content

Instantly share code, notes, and snippets.

@alfredormz
Created February 23, 2018 17:09
Show Gist options
  • Save alfredormz/4aad56315dfc818c3c307c2dadccb27f to your computer and use it in GitHub Desktop.
Save alfredormz/4aad56315dfc818c3c307c2dadccb27f to your computer and use it in GitHub Desktop.
Disable the Mac OS Dashboard

To disable the dashboard:

defaults write com.apple.dashboard mcx-disabled -boolean YES && killall Dock

To reverse it and re-enable it:

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