Skip to content

Instantly share code, notes, and snippets.

@chadritchie
Last active January 4, 2016 08:49
Adds an empty space in the Mac OS X dock. The spaces will not show up until you restart the Dock with the "killall Dock" command.
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