Skip to content

Instantly share code, notes, and snippets.

@vinicioslc
Last active August 30, 2017 14:06
Show Gist options
  • Save vinicioslc/8baba9c9515ba4f9fa68f9ddff311e6c to your computer and use it in GitHub Desktop.
Save vinicioslc/8baba9c9515ba4f9fa68f9ddff311e6c to your computer and use it in GitHub Desktop.
Como desativar o dashboard no Mac OSX

Execute este comando no terminal

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

Para desfazer execute este

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