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
# 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 7 | |
$ defaults write com.apple.dock springboard-rows -int 9 | |
$ killall Dock | |
# Reset Launchpad | |
$ rm ~/Library/Application\ Support/Dock/*.db |