How to Remove the Dock in Mac OS X Leopard

dockmacmacososx-leopard

I don't want the dock that is at the bottom of the screen. I don't want to hide it but completely remove it. How can this be done? If not possible, why not?

Best Answer

Your best bet is to leave it there so you won't mess with other services but shrink it to super small size using the following terminal command:

defaults write com.apple.dock tilesize -int 1

see below for example .. that's wicked small.

alt text

then pin it to one side with the following terminal command:

defaults write com.apple.dock pinning -string start

then hide it. It should be totally out of the way at that point unless you mouse all the way over in the extreme bottom left hand corner.