Added default to add a spacer to the dock.

This commit is contained in:
Chris Albrecht
2012-04-04 10:42:25 -06:00
parent f33a8e4458
commit 6afed13d73
Vendored
+3
View File
@@ -13,6 +13,9 @@ defaults write com.apple.dock autohide -bool true
# Make Dock icons of hidden applications translucent
defaults write com.apple.dock showhidden -bool true
# Add a spacer to the dock
defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}'
# Enable iTunes track notifications in the Dock
defaults write com.apple.dock itunes-notifications -bool true