Skip to content

Commit

Permalink
feat: add missing script of launchpad icon grid layout
Browse files Browse the repository at this point in the history
  • Loading branch information
maoxiaoke committed Feb 18, 2024
1 parent 638bdce commit 05d29f6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,17 @@ defaults delete com.apple.Dock autohide-delay && killall Dock

By default, the Launchpad app grid usually displays icons in 7 rows and 5 columns of apps, but with a little adjustment from the command line of macOS, you can switch and customize the Launchpad icon grid to any number of apps you’d like to see on the Mac.

```shell
# Specify the number of columns to be used.
defaults write com.apple.dock springboard-columns -int 10

# Specify the number of rows to be used.
defaults write com.apple.dock springboard-rows -int 8

# Restart the Dock to apply the changes.
killall Dock
```

Here is the current appearance of Launchpad.

![change launchpad icon grid layout to 10x8](./change-launchpad-grid-to-10x8.png)
Expand Down

0 comments on commit 05d29f6

Please sign in to comment.