How to disable dock in Mac OS X?
From Terminal.app this command sets the Dock to autohide & sets the delay to 1000 seconds, essentially hiding it:
- defaults write com.apple.dock autohide-delay -float 1000 && killall Dock
From Terminal.app this command sets the Dock to autohide & sets the delay to 1000 seconds, essentially hiding it: