Skip to content

Instantly share code, notes, and snippets.

@olssonm
Last active March 6, 2025 13:40
Show Gist options
  • Save olssonm/87e0d72b1ef80fffb6f5a1fba1d17ea1 to your computer and use it in GitHub Desktop.
Save olssonm/87e0d72b1ef80fffb6f5a1fba1d17ea1 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
@beswooned
Copy link

@swoondrones This doesn't lock the length of the dock (if you add/remove apps of course the dock size will change). This command prevents the actual icon sizes in the dock to change and prevent accidental size change by grabbing the dock divider.

Hi there. So do you know how I can fix the length of the dock? it is obviously possible, as it was happening in Sonoma, but I lost when I upgraded to Sequoia. So there is a way to fix the length of the dock and the tile size dynamically changes to fit the length of the dock. If you know about photography, think of it as the length of the dock changes when adding/deleting dock items as shutter speed priority, and the tile sizes changing to a fixed length as aperture priority. I hope that makes sense.

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