Skip to content

Instantly share code, notes, and snippets.

@say4n
Last active May 9, 2017 06:38
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 say4n/2e7ab4a66643a51f9e4a4f577b0cdc19 to your computer and use it in GitHub Desktop.
Save say4n/2e7ab4a66643a51f9e4a4f577b0cdc19 to your computer and use it in GitHub Desktop.
Add blank space tiles to Mac Dock
Open terminal and type
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'; killall Dock
@say4n
Copy link
Author

say4n commented Jan 10, 2017

Here's how it looks like:

Spacer tiles added to mac dock

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