Merge pull request #46 from Hummer12007/patch-1
Add a Recent Apps stack
This commit is contained in:
commit
f34670d7e4
@ -308,6 +308,12 @@ Like the Disk Utility "Restore" function.
|
|||||||
sudo asr -restore -noverify -source /path/to/diskimage.dmg -target /Volumes/VolumeToRestoreTo
|
sudo asr -restore -noverify -source /path/to/diskimage.dmg -target /Volumes/VolumeToRestoreTo
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Dock
|
||||||
|
|
||||||
|
#### Add a Stack with Recent Applications to Dock
|
||||||
|
```bash
|
||||||
|
defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }'; killall Dock
|
||||||
|
```
|
||||||
|
|
||||||
## Dock
|
## Dock
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user