
In this quick lesson from TheMacU.com we go over a trick that can add a little organization to your dock. Using a couple quick commands in terminal will add a blank space to your dock that takes the place of an App icon.
Below are the commands…
defaults write com.apple.dock persistent-apps -array-add ‘{“tile-type”=”spacer-tile”;}’
killall Dock