Fixed space suggestion

This commit is contained in:
Vlad Marinov 2015-10-26 21:11:13 -07:00
parent 18a2f9a5f8
commit 2d17fc436c

View File

@ -328,9 +328,10 @@ defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "l
killall Dock
```
#### Add a Space in Dock
#### Add a Space
```bash
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'; killall Dock
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}' &&\
killall Dock
```