Merge pull request #57 from vladmrnv/master

Space to Dock command
This commit is contained in:
Marcel Bischoff 2015-10-27 05:16:23 +01:00
commit 9b54375d44

View File

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