Skip to content

Instantly share code, notes, and snippets.

@ibejohn818
Created January 17, 2015 05:05
Show Gist options
  • Save ibejohn818/f3d4f754642e8f7f5875 to your computer and use it in GitHub Desktop.
Save ibejohn818/f3d4f754642e8f7f5875 to your computer and use it in GitHub Desktop.
Hide / Show Desktop Icons on Mac OSX
Hide:
defaults write com.apple.finder CreateDesktop -bool false && killall Finder
Show:
defaults write com.apple.finder CreateDesktop -bool true && killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment