Created
July 15, 2011 17:13
-
-
Save williamdodson/1085084 to your computer and use it in GitHub Desktop.
Create Spacers in 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
/** | |
* Run the following in a Terminal window to add invisible spacers to the Dock (great for grouping apps). | |
* Once ran, simply look for the empty space at the right-hand end of the dock, next to the | |
* static dotted spacer and drag into place. Repeat as needed for as many spacers as you like | |
*/ | |
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'; killall Dock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment