T toonz diggler macrumors member Original poster Nov 11, 2007 87 0 Dec 14, 2007 #1 Hi is it possible to create a icon on the bottom of the screen, eg: itunes,ichat. That you can click to have pop up your favorite places? thanks
Hi is it possible to create a icon on the bottom of the screen, eg: itunes,ichat. That you can click to have pop up your favorite places? thanks
7 72930 Retired May 16, 2006 9,060 4 Dec 14, 2007 #2 I think this is what you want. Type this into terminal: Code: defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }' Then press return, then: Code: killall Dock Then right click on the created icon, and choose the option you want
I think this is what you want. Type this into terminal: Code: defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }' Then press return, then: Code: killall Dock Then right click on the created icon, and choose the option you want
pianoman macrumors 68000 May 31, 2006 1,963 0 Dec 14, 2007 #3 i wouldn't recommend fiddling in terminal unless you know what you're doing. OP: do you mean just putting those apps in the dock? or do you mean something like Overflow? or something completely different?
i wouldn't recommend fiddling in terminal unless you know what you're doing. OP: do you mean just putting those apps in the dock? or do you mean something like Overflow? or something completely different?