Skip to content

Instantly share code, notes, and snippets.

@vixvix
Created January 22, 2014 21:13
Show Gist options
  • Save vixvix/8567432 to your computer and use it in GitHub Desktop.
Save vixvix/8567432 to your computer and use it in GitHub Desktop.
diable/enable osx dashboard
disabled:
defaults write com.apple.dashboard mcx-disabled -boolean YES && killall Dock
enabled:
defaults write com.apple.dashboard mcx-disabled -boolean NO && killall Dock
http://apple.stackexchange.com/questions/91722/can-i-disable-dashboard-in-mountain-lion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment