Skip to content

Instantly share code, notes, and snippets.

@dynamicguy
Created July 23, 2014 15:11
Show Gist options
  • 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
@PrenSJ2
Copy link

PrenSJ2 commented Apr 24, 2025

this doesnt work anymore :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment