Add recent applications as a Stack on Dock
On TUAW (The Unofficial Apple Weblog) they’ve got a nifty tips section1, with today this tip that I rather like:
How to add recent applications as a Stack on the Dock2:
Run this in Terminal.app:
1
defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }'
on one line, and then restart the Dock (killall Dock).
Et voila! If you don’t like it, just drag it off again.
This post is licensed under CC BY 4.0 by the author.