Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save robertcedwards/81d14e876303727568743c4d74e20213 to your computer and use it in GitHub Desktop.
Save robertcedwards/81d14e876303727568743c4d74e20213 to your computer and use it in GitHub Desktop.
In the terminal, do this:
defaults write com.apple.finder CreateDesktop -bool false && killall Finder
After this, there'll be nothing on your Desktop (but still in ~/Desktop, i.e. your Desktop Folder). It'll look like this:
Clean Desktop
Beautiful, isn't it? If you want to change it back:
defaults write com.apple.finder CreateDesktop -bool true && killall Finder
enter image description here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment