aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-04-04 10:30:47 -0700
committerMathias Bynens <mathias@qiwi.be>2012-04-04 10:30:47 -0700
commit7fbc78992a5281bd299c10015e202b9f171f05ce (patch)
tree51848517667848cb610f3d6679e1a9da22423152 /.osx
parentf33a8e4458fd2bc4b839cb6ddc0ac2a49d9522bf (diff)
parent6afed13d735c3877bd70bf3cd0fe74dc02229960 (diff)
downloaddotfiles-7fbc78992a5281bd299c10015e202b9f171f05ce.tar.gz
dotfiles-7fbc78992a5281bd299c10015e202b9f171f05ce.tar.bz2
dotfiles-7fbc78992a5281bd299c10015e202b9f171f05ce.zip
Merge pull request #47 from KeyboardCowboy5/patch-1
.osx: Add a spacer to the Dock
Diffstat (limited to '.osx')
-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