Skip to content

Instantly share code, notes, and snippets.

@raritet
Created August 7, 2017 21: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 raritet/65a9ffee10185c9208757b235473d0b8 to your computer and use it in GitHub Desktop.
Save raritet/65a9ffee10185c9208757b235473d0b8 to your computer and use it in GitHub Desktop.
How to add a space to your Dock to separate your apps

Run this command in a terminal to add spaces to the Dock.

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

One space is created each time it is run. You can move the spaces around and even delete them just like an app; by clicking and draggging.

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