Search This Blog

Tuesday, September 21, 2010

Move The Dock On Mac OS X

My friend told me you can do this by first opening up terminal then typing:

defaults write com.apple.dock pinning -string <option>

or

defaults write com.apple.Dock pinning <option>

<option> needs to be changed to either start(left), middle, or end(right)

Then after that just type in "killall Dock" to restart the dock and your done.

No comments:

Post a Comment