Skip to content

Instantly share code, notes, and snippets.

@macfanr
Last active January 16, 2018 09:47
Show Gist options
  • Save macfanr/fe56e46d02c0f3a0a4ea5edc506c412a to your computer and use it in GitHub Desktop.
Save macfanr/fe56e46d02c0f3a0a4ea5edc506c412a to your computer and use it in GitHub Desktop.
hide desktop icon
hide:
defaults write com.apple.finder CreateDesktop -bool false && killall Finder
unhide:
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