Recent items in Leopard Dock

Fri, 16 May 2008

I just found this nice little feature to show recent items in Dock. The choice is: recent documents, servers, volumes, items and my all favourite - recent applications.

recent.jpg

To enable it you will need to use Onyx. What, you don’t have Onyx? Alright, shhhhh… I won’t tell anyone, go quickly to Titanium software website and get it. It’s free.

onyx.jpg

Open Onyx, select Parameters > Dock and click on Add next to Recent/Favorite items Stack.  Enjoy!

Related posts

Web hosting - UNLIMITED space and transfer - $ 6.95 per month

One Response to “Recent items in Leopard Dock”

  1. Onyx is NOT required for this, but it is a nice utility…

    Just copy and paste the following into Terminal:

    * For a “recent items” stack on the right side of the dock:
    defaults write com.apple.dock persistent-others -array-add ‘{ “tile-data” = { “list-type” = 1; }; “tile-type” = “recents-tile”; }’
    killall Dock

    * For a “recent items” stack in the left side of the dock:
    defaults write com.apple.dock persistent-apps -array-add ‘{ “tile-data” = { “list-type” = 1; }; “tile-type” = “recents-tile”; }’
    killall Dock

Leave a Reply