Skip to content

Instantly share code, notes, and snippets.

@icantrap
Created January 24, 2012 14:19
Show Gist options
  • Save icantrap/1670394 to your computer and use it in GitHub Desktop.
Save icantrap/1670394 to your computer and use it in GitHub Desktop.
Pin Dock (OS X)
# 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