Skip to content

Instantly share code, notes, and snippets.

@rondevera
Created November 17, 2009 20:49
Show Gist options
  • Select an option

  • Save rondevera/237254 to your computer and use it in GitHub Desktop.

Select an option

Save rondevera/237254 to your computer and use it in GitHub Desktop.
Add a spacer to the OS X Dock
# 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