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


You need to login to view comments.