Skip to content

Instantly share code, notes, and snippets.

@skellertor
Last active January 23, 2017 21:22
Show Gist options
  • Save skellertor/d532e61411927a87332c to your computer and use it in GitHub Desktop.
Save skellertor/d532e61411927a87332c to your computer and use it in GitHub Desktop.
Adding spacers in mac dock
  1. Open command line interface
  2. Type defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}'
  3. Type killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment