From 6afed13d735c3877bd70bf3cd0fe74dc02229960 Mon Sep 17 00:00:00 2001 From: Chris Albrecht Date: Wed, 4 Apr 2012 10:42:25 -0600 Subject: [PATCH] Added default to add a spacer to the dock. --- .osx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.osx b/.osx index e874d26df0d..52a46240d2d 100755 --- a/.osx +++ b/.osx @@ -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