Profile Picture Profile Picture
Žan Černe
Hope you're doing ok.
Technology ·

You Can Add Spacers in macOS Dock

Today, I’ve learned that you can add spacers to the macOS Dock, thanks to Chris Pennington’s 2021 blog post. There are small and medium-sized spacers; I preferred the small ones as they look a bit nicer for my setup.

Here’s how you do it:

1. Open terminal

Open the terminal of your choice to run the script below.

2. Run preferred script

Small spacer:

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

Regular spacer:

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

You can interact with added spacers the same way you interact with icons. You can move them by dragging or remove them as well. The spacers really help me organize my dock a bit better, and I’m really happy I discovered this feature, although a bit late.

I have a few issues with how the dock in macOS behaves. I was used to the elementaryOS dock where it was always visible until a window covered the dock, at which point it hid with a nice animation. This approach makes a lot of sense since you want to see your dock when there’s nothing covering it, but when you’re using an application that obscures the dock, the dock should automatically hide.

It took me quite some time to get used to the macOS dock mechanics and I still keep my dock hidden. It’s quite frustrating, but I haven’t seen any unofficial way to replicate the elementaryOS dock’s behavior in macOS. Regardless, adding spacers contributes to dock organization and enhances the overall experience.

Back to Blog

Suggested Reads

Continue exploring more posts

Subscribe Now to Stay Updated

Join hundreds of readers with more articles like this
Technology
Health
Design
Productivity
Subscribe to RSS