Mac Tip : Recent applications folder in doc.

0

Super useful little trick.  The command below will add a folder to your doc that will contain the last 10 apps you loaded.

1. Open Terminal
2. Paste this text : defaults write com.apple.dock persistent-others -array-add '{
"tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }'

3. Hit enter

Leave a Reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.