How to add more divider to dock?

By default we get only two divider in Dock, one for recent apps and other one is for recycle bin.


Besides that there are no option to add more divider to the dock?

MacBook Pro 16", macOS 10.15

Posted on Jan 1, 2020 8:16 PM

Reply
Question marked as Top-ranking reply

Posted on Jan 2, 2020 2:52 AM

You can't add more dividers but you can add an empty space to the dock, I use this to visually divide things, if you are happy using the terminal:


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


This will restart your dock with a space in it than you can move wherever you like to create spaces.

Run the command again to add more.

3 replies
Question marked as Top-ranking reply

Jan 2, 2020 2:52 AM in response to mittalyashu

You can't add more dividers but you can add an empty space to the dock, I use this to visually divide things, if you are happy using the terminal:


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


This will restart your dock with a space in it than you can move wherever you like to create spaces.

Run the command again to add more.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How to add more divider to dock?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.