2008-10-04

Access your most recent apps / docs / servers from your Dock

Here is a cool hack you can do to access your most recent apps / documents / server / Favorite Items from Mac OS X Dock.

Here is a screen shot for my most recent apps used:

Photobucket

What you need to do it is to start up terminal and copy paste the below two lines:

$ defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }'
$ killall Dock



Don't copy the $, this represents the prompt.

1 comment: