Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

The Final Cut

macrumors 6502
Original poster
Sep 5, 2009
378
0
Trying to figure out how people are organizing their icons in sections on the dock...(not with stacks, literally spacing out icons on the dock)
 

The Final Cut

macrumors 6502
Original poster
Sep 5, 2009
378
0
Thanks, I actually had that before but got ride of it because I got nervous it was going to corrupt OSX:eek: But if thats the way it has to be done, its worth the risk I suppose.
 

calderone

Cancelled
Aug 28, 2009
3,743
352
You can do this without 3rd party tools.

Left side:
Code:
defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}

Right side:
Code:
defaults write com.apple.dock persistent-others -array-add '{tile-data={}; tile-type="spacer-tile";}'

Of course, follow those with a killall Dock. You can drag between sides as well, so you don't have to create left and right spacers.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.