Created
July 25, 2020 01:20
-
-
Save jason-shen/e7d25be268ddcd272a15efbc1aa7b1b7 to your computer and use it in GitHub Desktop.
macos lock 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
#lock | |
defaults write com.apple.dock contents-immutable -bool true | |
#unlock | |
defaults write com.apple.dock contents-immutable -bool false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment