Skip to content

Instantly share code, notes, and snippets.

@peterdenham
Created April 27, 2020 00:15
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 peterdenham/938b5ee72ec81e3dd693923d26f19bf7 to your computer and use it in GitHub Desktop.
Save peterdenham/938b5ee72ec81e3dd693923d26f19bf7 to your computer and use it in GitHub Desktop.
Add spacer to mac dock
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'; killall Dock
@peterdenham
Copy link
Author

Run in terminal to add a 'spacer tile' to your mac dock

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