From 493a5629b10ce7a2b1268e936c524a917894f07f Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Sat, 24 Oct 2015 23:31:53 +0200 Subject: [PATCH] Add Dock category and entry --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index fbb2244..49bb047 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [ - [Xcode](#xcode) - [Disks and Volumes](#disks-and-volumes) - [Disk Images](#disk-images) +- [Dock](#dock) - [Documents](#documents) - [Finder](#finder) - [Files and Folders](#files-and-folders) @@ -308,6 +309,15 @@ sudo asr -restore -noverify -source /path/to/diskimage.dmg -target /Volumes/Volu ``` +## Dock + ++#### Add a Stack with Recent Applications +```bash +defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }' && \ +killall Dock +``` + + ## Documents #### Convert File to HTML