1 hidden desktop icons on macOS#
defaults write com.apple.finder CreateDesktop false
killall Finder
Otherwise, you want to show the icons again
defaults write com.apple.finder CreateDesktop true
killall Finder
defaults write com.apple.finder CreateDesktop false
killall Finder
Otherwise, you want to show the icons again
defaults write com.apple.finder CreateDesktop true
killall Finder