Stulit av en annan sida:
defaults write com.apple.dock orientation left
defaults write com.apple.dock orientation right
defaults write com.apple.dock orientation top
defaults write com.apple.dock orientation bottom
defaults write com.apple.dock pinning start
defaults write com.apple.dock pinning center
defaults write com.apple.dock pinning end
Återstarta sedan dockan:
kill -1 `ps auxc | grep 'Dock' | awk '{print $2}'`
För att få dockan i hörnet borde du då ge dessa två kommandona:
defaults write com.apple.dock pinning end
kill -1 `ps auxc | grep 'Dock' | awk '{print $2}'`
Hoppas det hjälper