Skip to content

Instantly share code, notes, and snippets.

@davo
Created June 15, 2018 17:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davo/eddde6a969955fcc4360c2789d3e61c9 to your computer and use it in GitHub Desktop.
Save davo/eddde6a969955fcc4360c2789d3e61c9 to your computer and use it in GitHub Desktop.
Hide desktop on Mac
defaults write com.apple.finder CreateDesktop false
killall Finder
defaults write com.apple.finder CreateDesktop true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment