/ Published in: AppleScript
URL: http://zzamboni.org/brt/2007/11/21/real-separators-for-the-leopard-dock/
do the "defaults" line of code multiple times to add multiple seperators.
Expand |
Embed | Plain Text
defaults write com.apple.dock persistent-apps -array-add '{ "tile-type" = "spacer-tile"; }' killall Dock
You need to login to post a comment.
