Created
April 29, 2017 05:07
-
-
Save scoutman57/e3dbac7f4ad94097e19dd35f588732e2 to your computer and use it in GitHub Desktop.
Resize Launchpad Icons
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
#Resize Launchpad icons | |
# To default value | |
# defaults delete com.apple.dock springboard-columns | |
# Arranging Launchpad (http://macnews.tistory.com/633) | |
defaults write com.apple.dock springboard-columns -int 10; | |
defaults write com.apple.dock springboard-rows -int 10; | |
killall Dock | |
# Reset Launchpad | |
rm ~/Library/Application\ Support/Dock/*.db | |
killall Dock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment