Skip to main content

Organize your Dock by adding a Space between App Icons

Posted December 2023 by Steve Sinchak

I like to organize my macOS/OS X dock by arranging similar app icons together into groups and then separating the groups visually with spaces using a hidden dock feature called spacer tiles. If you have a lot of apps on your Dock, spacer tiles can make it easier to find the right app quickly and also make your dock look less cluttered.

Available in two sizes (small and normal), a spacer tile can be added to your dock by running a special command at a terminal prompt.

When the the command is run, the space will added to dock's properly list and will then kill the dock process to force the new property to be loaded. The space should be visible on the far right side of the static part of the Dock. From there, you can drag the space to wherever you want it.

If you would like multiple spacer tiles on your dock, the command can be repeated as many times as you want. You can even put multiple spacer tiles right next to each other to create a mega spacer!

How to create a normal size space

Example of normal tile size

Open up a Terminal window. If you don't already have Terminal open, Hold down the "⌘ command" key and spacebar to bring up Spotlight search, key in terminal until Terminal.app is displayed and hit Return.

Then copy and paste the following into terminal and run it:

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

How to create a small size space

Example of small tile size

Similar to above, copy and paste the following into terminal and run it:

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

How to delete a space

If you created too many spaces, want to swap it out for a different size, or would simply like to delete the space you created, just drag it over to the trash bin to remove it.

Related Posts


It's pretty well known that battery capacity degrades over time, but did you know you can control how fast the battery degrades based on how you charge it? The lithium-ion battery found in your MacBook is built with the latest technology and macOS (Big Sur and newer) includes special "Optimized Battery Charging" algorithms to extend the battery life. However, these special software optimizations work...

Read More

I recently upgraded my home network from gigabit to 10G so I could take advantage of faster transfers between my Synology NAS, Proxmox server, and workstations. But while editing family video clips stored on my NAS, something did not feel right. Every device was connected at 10GbE, but file copy speeds were slower than expected. This made me wonder, are there bottlenecks in my network?

Read More

Are you looking for a large file to test disk file transfers or your internal network speed? Instead of downloading a massive test file and wasting your Internet bandwidth, simply generate one with a simple command right on your Mac.

Read More

Did you know there is a comprehensive screenshot and recording capability built right into modern versions of macOS? That's right, say goodbye to third-party utilities, macOS has you covered. Activated using special keyboard shortcuts (or via terminal), more than a dozen options are available to help you take every type of screenshot you will ever need along with customizations to include a timer delay...

Read More