Hide desktop icons
This commit is contained in:
parent
45ad7e267a
commit
01c4a74222
2
.osx
vendored
2
.osx
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue