Skip to content

Instantly share code, notes, and snippets.

@dynamicguy
Created July 23, 2014 15:11
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dynamicguy/b249948decf2a6b197c0 to your computer and use it in GitHub Desktop.
Save dynamicguy/b249948decf2a6b197c0 to your computer and use it in GitHub Desktop.
lock mac dock
defaults write com.apple.Dock contents-immutable -bool yes
defaults write com.apple.Dock size-immutable -bool yes
defaults write com.apple.Dock position-immutable -bool yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment