Skip to content

Instantly share code, notes, and snippets.

@ndraiman
Forked from olssonm/macos-disable-resize
Created June 30, 2020 09:29
Show Gist options
  • Save ndraiman/3100e2925ab7612006c90a7fc8eff5f5 to your computer and use it in GitHub Desktop.
Save ndraiman/3100e2925ab7612006c90a7fc8eff5f5 to your computer and use it in GitHub Desktop.
Disable resizing of the macOS dock
defaults write com.apple.dock size-immutable -bool true; killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment