Bruno Miranda's Notebook

Personal Blog about Ruby on Rails, XHTML, CSS, and Design

Add recent application menu to your dock

Posted on June 14, 2008 at 05:01 PM

You can easily add an auto-updating list of recent applications to your dock as a stack:

Run the following in terminal:

defaults write com.apple.dock persistent-others -array-add '{ "tile-data" 
= { "list-type" = 1; }; "tile-type" = "recents-tile"; }' $ killall Dock
Tags: OS, X
Hierarchy: previous, next

Comments

There are 0 comments on this post. Post yours →

Post a comment

Required fields in bold.