aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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