Skip to content

Instantly share code, notes, and snippets.

@icantrap
Forked from stesh/gist:1130885
Created December 12, 2011 23:28
Show Gist options
  • Save icantrap/1469646 to your computer and use it in GitHub Desktop.
Save icantrap/1469646 to your computer and use it in GitHub Desktop.
Disable Dashboard on OS X
#!/bin/sh
defaults write com.apple.dashboard mcx-disabled -boolean YES
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment