Created
January 17, 2015 05:05
-
-
Save ibejohn818/f3d4f754642e8f7f5875 to your computer and use it in GitHub Desktop.
Hide / Show Desktop Icons on Mac OSX
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
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