Skip to content

Instantly share code, notes, and snippets.

@shihanng
Last active August 29, 2015 14:02
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 shihanng/17ae1b4d0a745e031982 to your computer and use it in GitHub Desktop.
Save shihanng/17ae1b4d0a745e031982 to your computer and use it in GitHub Desktop.
Hide/show icons on Desktop of OS X
defaults write com.apple.finder CreateDesktop -bool false && killall Finder # Hide
defaults write com.apple.finder CreateDesktop -bool true && killall Finder # Show
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment