Skip to content

Instantly share code, notes, and snippets.

@srwild
Last active May 14, 2020 18:33
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 srwild/f69de2e02f4712c000aa84ee69a2d08e to your computer and use it in GitHub Desktop.
Save srwild/f69de2e02f4712c000aa84ee69a2d08e to your computer and use it in GitHub Desktop.
Add a space to the Dock

Have a lot of apps in your Dock? Add some spaces to separate them

defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'
killall Dock

Dock with spaces

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