[macos] tips
//Set the Launchpad Column Icon Count
defaults write com.apple.dock springboard-columns -int 3
//Set the Launchpad Row App Icon Count
defaults write com.apple.dock springboard-rows -int 4
//Reset Launchpad
defaults write com.apple.dock ResetLaunchPad -bool TRUE;
///Relaunch the Dock with killall
killall Doc
defaults write com.apple.dock springboard-rows -int 7
defaults write com.apple.dock springboard-columns -int 6;killall Dock