Hide desktop icons

This commit is contained in:
Oliver Davies 2016-09-28 21:14:19 +01:00 committed by GitHub
parent 45ad7e267a
commit 01c4a74222

2
.osx vendored
View file

@ -53,6 +53,8 @@ defaults write com.apple.finder ShowStatusBar -bool false
# Finder: hide path bar
defaults write com.apple.finder ShowPathbar -bool false
# Finder: hide icons on the Desktop.
defaults write com.apple.finder CreateDesktop -bool false
# Disable the warning when changing a file extension
defaults write com.apple.finder FXEnableExtensionChangeWarning -bool false