kcrawford / dockutil

command line tool for managing dock items
http://patternbuffer.wordpress.com
Apache License 2.0
1.37k stars 131 forks source link

Dock Orientation #94

Open manipreet opened 4 years ago

manipreet commented 4 years ago

How to change dock orientation. It shows on left need to change it to bottom

ferben commented 2 years ago

It is good idea, but it can be changed easily:

move to bottom

defaults write com.apple.dock orientation bottom

move to left

defaults write com.apple.dock orientation left

move to right

defaults write com.apple.dock orientation right

restart Dock

killall Dock

source: https://medium.com/hybrid-maker/how-to-move-macs-dock-position-by-command-line-83bb9f47363f