Add spaces to Mac OS dock


/ Published in: Bash
Save to your folder(s)

Add the first line in terminal and press return.

Add second line in terminal press return to refresh the dock


Copy this code and paste it in your HTML
  1. defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'
  2. killall Dock

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.