When I open the launch bar the dock is always there taking up spaces. Is there a terminal command that allow me to hide this?
Tell me more
×
Ask Different is a question and answer site for
power users of Apple hardware and software. It's 100% free, no registration required.
|
The easiest way to hide the Dock is to press Command+Option+D. Is there a specific reason you want to use a terminal command? |
|||
|
|
defaults write com.apple.dock springboard-columns -int 8; killall Dock, but the maximum number of icons per page won't be increased. – Lauri Ranta Aug 14 '12 at 10:33