Last active
June 4, 2020 03:50
-
-
Save workze/132d03aa6f71e9f323c45128aec3673d to your computer and use it in GitHub Desktop.
mac 图标大小
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 springboard-columns -int 8 | |
defaults write com.apple.dock springboard-rows -int 6 | |
defaults write com.apple.dock ResetLaunchPad -bool TRUE | |
killall Dock | |
==== | |
以下是恢复默认大小的命令(在Terminal执行即可): | |
defaults write com.apple.dock springboard-rows Default | |
defaults write com.apple.dock springboard-columns Default | |
defaults write com.apple.dock ResetLaunchPad -bool TRUE | |
killall Dock | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment