Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vayn/30a4f3aeffa26fce837b6ee3d01a6c2f to your computer and use it in GitHub Desktop.
Save vayn/30a4f3aeffa26fce837b6ee3d01a6c2f to your computer and use it in GitHub Desktop.
####################################################################
# Change the number of rows and columns to display in Launchpad #
# by typing the following two lines in Terminal. You can use any #
# two integers for the number of rows and columns. I'm using 15x10 #
####################################################################
defaults write com.apple.dock springboard-columns -int 15
defaults write com.apple.dock springboard-rows -int 10
####################################################################
# Reset all settings
####################################################################
defaults write com.apple.dock springboard-rows Default
defaults write com.apple.dock springboard-columns Default
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment