Last active
June 8, 2024 18:02
-
-
Save olssonm/87e0d72b1ef80fffb6f5a1fba1d17ea1 to your computer and use it in GitHub Desktop.
Disable resizing of the macOS dock
This file contains 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
OMG THANK YOU