Dock Spacers
- 0
- Add a Comment
Ok, a lot of you have seen my dock and asked how i get those spaces in between the apps. It is a long terminal code and I will paste it here: “defaults write com.apple.dock persistent-apps -array-add ‘{ “tile-type” = “spacer-tile”; }’” (don’t include the “s!) You can make as many as you want, just paste how many ever you want, but when you go to your dock no spaces are there, you have to use the famous “killall Dock” code and voila you have a bunch of spaces in your dock. But there is one big problem!! All of them are in one place, all you have to do is pretend that they are applications and drag them wherever you want them! You can remove them in the same way, thanks for reading! defaults write com.apple.dock persistent-apps -array-add ‘{ “tile-type” = “spacer-tile”; }’ You can make as many as you want, just paste how many ever you want, but when you go to your dock no spaces are there, you have to use the famous “killall Dock” code and voila you have a bunch of spaces in your dock. But there is one big problem!! All of them are in one place, all you have to do is pretend that they are applications and drag them wherever you want them! You can remove them in the same way, thanks for reading! Attached is a picture of my dock to show you what I mean, if you have any questions please feel free to ccomment picture-1.png![]()
