Thursday, April 21, 2011

Stack for recent applications

Here is one of the tips to create a stack of recently used applications. Type this on terminal:

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

The result:

No comments: