open a terminal:
defaults write com.apple.dock pinning end
killall -c Dock
That keeps the trash can–the only thing in the dock I really use–in the lower right corner.
Update, Leopard version:
defaults write com.apple.dock no-glass -boolean YES
open a terminal:
defaults write com.apple.dock pinning end
killall -c Dock
That keeps the trash can–the only thing in the dock I really use–in the lower right corner.
Update, Leopard version:
defaults write com.apple.dock no-glass -boolean YES