Skip to content

Instantly share code, notes, and snippets.

@danylokos
Last active November 21, 2019 12:52
Show Gist options
  • Save danylokos/8b9f786f45eced6694d58349021cdbe3 to your computer and use it in GitHub Desktop.
Save danylokos/8b9f786f45eced6694d58349021cdbe3 to your computer and use it in GitHub Desktop.
Change macOS Launchpad grid size
  1. set number of columns
defaults write com.apple.dock springboard-columns -int 10
  1. set number of rows
defaults write com.apple.dock springboard-rows -int 6
defaults write com.apple.dock ResetLaunchPad -bool TRUE
  1. restart Dock
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment