December 6th in Tips & Tricks by .

Add A Recent Applications Stack to Your Dock

To add a Recent Applications item to your Dock open Terminal.app and paste

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

If you right click on this new Stack then you will notice it can be several different types of stacks. It can be Recent Applications, Recent Documents, Recent Servers, Favorite Volumes, and Favorite Items. If you want to have more than one of these on your doc just run the code above over and it will add a new one to the Dock.

For more info look over here.

2 Comments

  • y0jeremy
    December 7, 2007
  • obley
    July 1, 2008

Leave A Comment.