Skip to content

Instantly share code, notes, and snippets.

@palawer
Last active May 17, 2022 17:08
Show Gist options
  • Save palawer/8a01c02a9c864c212d28ee5538607c46 to your computer and use it in GitHub Desktop.
Save palawer/8a01c02a9c864c212d28ee5538607c46 to your computer and use it in GitHub Desktop.
Hide MacOS desktop icons
# 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