Add Various Sizes Spacers to Mac OS Dock
Adding Spacer Tiles
Execute the following commands on you Mac's Terminal
Adding Full-Size Spacer Tile to Dock
defaults write com.apple.dock \
persistent-apps \
-array-add '{"tile-type"="spacer-tile";}'; \
killall Dock
Adding Small-Size Spacer Tile to Dock
defaults write com.apple.dock \
persistent-apps \
-array-add '{"tile-type"="small-spacer-tile";}'; \
killall Dock
Positioning Spacer
Once a spacer is added using one of the above commands, simply click on it and drag it into the position you want.
Comments
Post a Comment