Terminal Hack: Recent Apps Stack

Want access to your recent applications, but don’t want to clutter your dock with stuff you don’t use a too much?

Terminal Hack: Recent Apps Stack from GordyMac on Vimeo.

Code:
defaults write com.apple.dock persistent-others -array-add ‘{ “tile-data” = { “list-type” = 1; }; “tile-type” = “recents-tile”; }’

killall Dock

Tags: