recent apps.jpgI find I’m pretty much using the same applications over and over on my desktop machine. I also like to keep a fairly small Dock, which makes this little tweak very usfull for me.

The code below creates a stack right in your Dock that will contain your most recently used applications. If, like me, you’ve got all sorts of rubbish in your Applications folder, this will come in handy for finding the apps you use the most as it should always contain the applications you actually use !

Fire up Terminal and paste in the following:

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

killall Dock

The ‘killall Dock’ should make your Dock restart, complete with the new stack.

Tagged with:
 

5 Responses to OS X Tweak – add a recent apps stack to your Dock

  1. Shaun says:

    Interesting idea! I’m sure it’s very useful for some people.

    Personally I use Quicksilver for everything anyway so I never need to touch my Applications folder.

  2. Oli says:

    @Shaun – I’ve also started using Quicksilver, though I keep forgetting I’ve got it installed ! Yes, I’m a muppet.

  3. Graham T says:

    I got this response

    -bash: syntax error near unexpected token `}’

    ?

  4. Oli says:

    @Graham, I’ve not seen that error before. Are you using Leopard ?

  5. mark says:

    Anyone have the problem mentioned by Graham need replace all the quotes with single quote instead of whatever else your browser decides to display.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>