E-Mail:

terminal

How to add recent application stack to dock!

Hey guys here is a really cool thing you can do in OSX. It allows you to add a recent application stack to your dock. Copy and paste this code into the terminal,
defaults write com.apple.dock persistent-others -array-add ‘{ “tile-data” = { “list-type” = 1; }; “tile-type” = “recents-tile”; }’
EDIT: for some unknown reason [...]

38 queries / 0.158 seconds.