Jump to content
3 posts in this topic

Recommended Posts

I was just wondering if it would be possible to show an "Intelligent Folder" as a stack on the dock? This way, we could have an "Applications" stack containing all the file with the extensions .app. I tried it, but when I drag the intelligent folder in the dock, it doesn't show up as a stack. Instead, when I click on it, it open the folder in a new Finder window.

Link to comment
https://www.insanelymac.com/forum/topic/72654-random-idea-i-had/
Share on other sites

Did you know you can get a recent application stack by typing into terminal:

 

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

 

killall Dock

 

Then right click the dock item that made and you can change between recent apps, servers documents..

×
×
  • Create New...