Last active
March 6, 2025 13:40
-
-
Save olssonm/87e0d72b1ef80fffb6f5a1fba1d17ea1 to your computer and use it in GitHub Desktop.
Disable resizing of the macOS dock
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
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.