Skip to content

Instantly share code, notes, and snippets.

@andre3k1
Last active January 6, 2022 14:35
Show Gist options
  • Save andre3k1/1aef7282392b4d30f265a2a0f0bc90fe to your computer and use it in GitHub Desktop.
Save andre3k1/1aef7282392b4d30f265a2a0f0bc90fe 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment