Created
January 20, 2015 19:31
-
-
Save gpassarelli/02bfa341918b6df2057b to your computer and use it in GitHub Desktop.
Disable / Enable Mac Dashboard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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