From 01c4a7422237445e1268d64ed74775cff2c284f1 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 28 Sep 2016 21:14:19 +0100 Subject: [PATCH] Hide desktop icons --- .osx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.osx b/.osx index e3dcffc..5c88fe6 100755 --- a/.osx +++ b/.osx @@ -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