Skip to content

Instantly share code, notes, and snippets.

@cx0
Last active February 18, 2024 02:00
Show Gist options
  • Save cx0/456573067fa00ac15788830bf8223864 to your computer and use it in GitHub Desktop.
Save cx0/456573067fa00ac15788830bf8223864 to your computer and use it in GitHub Desktop.
Configure launchpad grid layout on macOS

Change the number of columns and rows on the launchpad grid.

defaults write com.apple.dock springboard-columns -int 8
defaults write com.apple.dock springboard-rows -int 8
defaults write com.apple.dock ResetLaunchPad -bool TRUE
killall Dock

Use Default to reset.

Sort order is not preserved after layout change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment