[MacTUG] Add Recent and Favorite to Dock

Dani Roloson daroloso at uwaterloo.ca
Thu May 22 12:29:11 EDT 2014


defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }'; killall Dock


The possibilities are Recent Applications/Documents/Servers or Favorite Volumes/Items.

I had to right-click to change that and the view from Fan to my preferred Grid since using


defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 2; viewas = 3; }; "tile-type" = "recents-tile"; }'; killall Dock


seemed to ignore my alterations.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.uwaterloo.ca/pipermail/mactug/attachments/20140522/51af8cfe/attachment.html>


More information about the MacTUG mailing list