Skip to content

Instantly share code, notes, and snippets.

@OsamaShabrez
Created March 25, 2016 11:45
Show Gist options
  • Save OsamaShabrez/2a3be4ef0aa508e1d0c0 to your computer and use it in GitHub Desktop.
Save OsamaShabrez/2a3be4ef0aa508e1d0c0 to your computer and use it in GitHub Desktop.
How To Change Launchpad Icon Size in OS X
# to update columns
defaults write com.apple.dock springboard-columns -int <number / 9>
# to update rows
defaults write com.apple.dock springboard-rows -int <number / 5>
# reset dock icons to default positions
defaults write com.apple.dock ResetLaunchPad -bool TRUE
# restart dock
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment