From 85dc6f1a20d4dd2596ac4fc22d03777db3059a4e Mon Sep 17 00:00:00 2001 From: Matijs Brinkhuis Date: Mon, 12 Nov 2012 16:50:48 +0000 Subject: .osx: Add command to remove all Dock icons --- .osx | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.osx') diff --git a/.osx b/.osx index 39f6fbf..98ece42 100755 --- a/.osx +++ b/.osx @@ -287,6 +287,11 @@ defaults write com.apple.dock enable-spring-load-actions-on-all-items -bool true # Show indicator lights for open applications in the Dock defaults write com.apple.dock show-process-indicators -bool true +# Wipe all (default) app icons from the Dock +# This is only really useful when setting up a new Mac, or if you don’t use +# the Dock to launch apps. +#defaults write com.apple.dock persistent-apps -array + # Don’t animate opening applications from the Dock defaults write com.apple.dock launchanim -bool false -- cgit v1.2.3