Add Spacers to the macOS Dock

My Indespensible Tool for Dock Organization

I've always liked to have all the icons for my frequently used apps in the dock. I know with a simple CMD + Space I can bring up any app but something about launching them from the dock has always been preffereable. Maybe I just like to look at the icons.

Either way. With too many icons in the dock things get cluttered quick and then it's hard to find the app you'd like to launch. Enter spacers to divide up apps. I divide them by purpose.

1. Open Terminal

You can use the default macOS terminal app or the terminal app of your choice.

2. Choose Spacer Size

You can add two different sizes of spacers. I personally use the standard icon size since I like the uniformity.

Regular Spacer Script

defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'; killall Dock

Small Spacer Script

defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="small-spacer-tile";}'; killall Dock

3. Arrange the Spacers

You can move around the spacers in the dock by dragging them just as you would a normal app icon.

4. Remove the Spacers

If you would like to remove any spacers you have added, you can remove them by right-clicking the icon and selecting "Remove from Dock" and poof it's gone.

Talk.

I'd love to chat about potential partnerships, chicken wings, or a dog pic exchange.

You can contact and connect with me through email, on Dribbble, or LinkedIn as well.