2024 Author: Malcolm Clapton | [email protected]. Last modified: 2023-12-17 03:44
This will make it easier to sort applications.
The macOS dock is the most convenient tool for launching frequently used applications. You can add program icons, folders, and even websites to it. However, the downside here is that there is no way to separate application icons from each other.
But there is a little life hack that will allow you to create separators in the dock. Thus, you can visually sort your applications as you like: by type, importance, and so on. This is how it is done.
Open macOS Terminal. It can be launched via Launchpad or found in the Applications → Utilities folder. Or just press the Shift + Command + U key combination.
In the command line, enter the following passage and press Enter.
defaults write com.apple.dock persistent-apps -array-add '{"tile-type" = "spacer-tile";}'; killall dock
Your dock will reboot, and an empty element will appear in it, which will serve as a separator. Take it and drag it to the desired location, as you do with regular icons.
You might think that the separator is too large - it takes up as much space as a regular icon. In this case, type the command in the "Terminal":
defaults write com.apple.dock persistent-apps -array-add '{"tile-type" = "small-spacer-tile";}'; killall dock
It is used to create smaller separators.
You can place such items not only in the applications section, but also in the folders section. This command creates large separators for them:
defaults write com.apple.dock persistent-others -array-add '{tile-data = {}; tile-type = "spacer-tile";} '; killall dock
And this one is small:
defaults write com.apple.dock persistent-others -array-add '{tile-data = {}; tile-type = "small-spacer-tile";} '; killall dock
If you need multiple separators, just enter the appropriate command in the "Terminal" over and over again. This allows you to group icons into convenient and visually recognizable categories. Browser to browser, messenger to messenger. Or come up with your own sorting method.
You can remove separators just like any other icon. Take it and drag it off the dock and it will disappear. Alternatively, right-click on the separator and click "Remove from Dock" from the menu that opens.
Recommended:
22 accessories with SHEIN to add style to any look
Rings, baseball caps, backpacks, panamas and more - we have collected interesting and stylish summer accessories for women, men and children
From elzing to jacking: 7 trends that add headaches to relationships
Sometimes old problems in relationships are hidden behind new capacious names, but not only. There are also relatively new phenomena
14 interesting lamps that will add coziness to your home
The selection includes lamps for every taste: a Xiaomi table lamp, a cute night light from IKEA, a garland with large bulbs and even a lamp with a table
A guide to setting up a dock on macOS
Lifehacker has compiled detailed instructions to help any computer user on macOS customize the Dock to suit their needs
3 macOS dock analogs for quick application launch and productivity
ActiveDock, TabLauncher, SuperTab - powerful launchers for macOS that surpass the standard dock in terms of capabilities and number of settings