Created
January 24, 2012 14:19
-
-
Save icantrap/1670394 to your computer and use it in GitHub Desktop.
Pin Dock (OS X)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This pins the Dock to the right/bottom. Other valid values are start and middle. | |
defaults write com.apple.dock pinning -string "end" | |
killall Dock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment