Post #1609304
2026-04-16 13:04 UTC
If you use macOS and have way too many apps in the Dock AND you know what is magical number 7 +- 2 here's something for you:
```
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'
```
```
killall Dock
```
Move some apps to the right. You got a spacer that makes groups of apps.
Replies (0)
No replies.