This commit is contained in:
Marcel Bischoff 2015-10-24 23:32:25 +02:00
parent 493a5629b1
commit af62a4ffdb

View File

@ -311,7 +311,7 @@ sudo asr -restore -noverify -source /path/to/diskimage.dmg -target /Volumes/Volu
## Dock ## Dock
+#### Add a Stack with Recent Applications #### Add a Stack with Recent Applications
```bash ```bash
defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }' && \ defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }' && \
killall Dock killall Dock