aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatijs Brinkhuis <matijs@gmail.com>2012-11-12 16:50:48 +0000
committerMathias Bynens <mathias@qiwi.be>2012-11-13 11:44:07 +0100
commit85dc6f1a20d4dd2596ac4fc22d03777db3059a4e (patch)
tree6159c85e288aeba0137c50a90e2f65aefa93c81c
parent473766d3d0d4ea88c8fe98c6ffcd7d3956eec5fb (diff)
downloaddotfiles-85dc6f1a20d4dd2596ac4fc22d03777db3059a4e.tar.gz
dotfiles-85dc6f1a20d4dd2596ac4fc22d03777db3059a4e.tar.bz2
dotfiles-85dc6f1a20d4dd2596ac4fc22d03777db3059a4e.zip
.osx: Add command to remove all Dock icons
-rwxr-xr-x.osx5
1 files changed, 5 insertions, 0 deletions
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