Recent Documents Stack
I had actually removed all stacks from my dock but this one actually looks like it might be useful. To enable it, run the following command:
<!--Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/
-->defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }'
You then have to restart the dock with:
<!--Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/
-->killall Dock
Then you can right click the stack icon for a list of recent “things”. Checkout macosxhints for more details.
Write a comment