Add recent application menu to your dock
source: http://brunomiranda.com/past/2008/6/14/add_recent_application_menu_to/
1 defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }' 2 killall Dock