aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Albrecht <chris@162unlimited.com>2012-04-04 10:42:25 -0600
committerChris Albrecht <chris@162unlimited.com>2012-04-04 10:42:25 -0600
commit6afed13d735c3877bd70bf3cd0fe74dc02229960 (patch)
tree51848517667848cb610f3d6679e1a9da22423152
parentf33a8e4458fd2bc4b839cb6ddc0ac2a49d9522bf (diff)
downloaddotfiles-6afed13d735c3877bd70bf3cd0fe74dc02229960.tar.gz
dotfiles-6afed13d735c3877bd70bf3cd0fe74dc02229960.tar.bz2
dotfiles-6afed13d735c3877bd70bf3cd0fe74dc02229960.zip
Added default to add a spacer to the dock.
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index e874d26..52a4624 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