Created
June 15, 2018 17:03
-
-
Save davo/eddde6a969955fcc4360c2789d3e61c9 to your computer and use it in GitHub Desktop.
Hide desktop on Mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults write com.apple.finder CreateDesktop false | |
killall Finder | |
defaults write com.apple.finder CreateDesktop true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment