Skip to content

Commit

Permalink
Added default to add a spacer to the dock.
Browse files Browse the repository at this point in the history
  • Loading branch information
KeyboardCowboy committed Apr 4, 2012
1 parent f33a8e4 commit 6afed13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .osx
Expand Up @@ -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

Expand Down

0 comments on commit 6afed13

Please sign in to comment.