Add a recent applications dock folder in OS X
Friday, August 6th, 2010In terminal type these commands. The “killAll dock” command may require you to use sudo if you don’t have the right permissions. % defaults write com.apple.dock persistent-others -array-add ‘{ “tile-data” = { “list-type” = 1; }; “tile-type”=”recents-tile”;}’ % killAll dock