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
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
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.
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.
There is no option.
You can add Folders/Files/Windows to the "recycle bin" side of the Dock divider. What else are you trying to accomplish?
How to add more divider to dock?