Skip to content

Instantly share code, notes, and snippets.

@BlueVajra
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BlueVajra/8796206 to your computer and use it in GitHub Desktop.
Save BlueVajra/8796206 to your computer and use it in GitHub Desktop.
Add spaces to the mac toolbar
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'
@BlueVajra
Copy link
Author

This adds a space to the Mac OSX toolbar. you can repeat the first command for as many spaces as you need, then move them around or drag them off the bar to delete them. Found on css-tricks.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment