Skip to content

Instantly share code, notes, and snippets.

@williamdodson
Created July 15, 2011 17:13
Show Gist options
  • Save williamdodson/1085084 to your computer and use it in GitHub Desktop.
Save williamdodson/1085084 to your computer and use it in GitHub Desktop.
Create Spacers in the OS X Dock
/**
* 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