Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@geuis
Created June 30, 2015 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geuis/bfe457b0eecefaff5d8d to your computer and use it in GitHub Desktop.
Save geuis/bfe457b0eecefaff5d8d to your computer and use it in GitHub Desktop.
Hide & Show icons on desktop
# Hide
defaults write com.apple.finder CreateDesktop false && killall Finder
# Show
defaults write com.apple.finder CreateDesktop true && killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment