Created
November 17, 2009 20:49
-
-
Save rondevera/237254 to your computer and use it in GitHub Desktop.
Add a spacer to the OS X Dock
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Add a spacer to the OS X Dock: | |
| defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'; osascript -e 'tell app "Dock" to quit' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment