diff options
-rwxr-xr-x | .osx | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |