I iBunny macrumors 65816 Original poster Apr 15, 2004 1,254 0 Mar 6, 2010 #1 I want to be actively be using an app but I dont want it in the dock ever. Is there a mod or something to achieve this? Thanks
I want to be actively be using an app but I dont want it in the dock ever. Is there a mod or something to achieve this? Thanks
MacDawg Moderator emeritus Mar 20, 2004 19,823 4,505 "Between the Hedges" Mar 6, 2010 #2 You can try Dockless I am not sure it is Snow Leopard compatible
calderone Cancelled Aug 28, 2009 3,743 352 Mar 6, 2010 #3 You can also add the following to the apps' Info.plist (Appname.app/Contents/Info.plist) Code: <KEY>NSUIElement</KEY> <STRING>1</STRING> This is probably all Dockless is doing.
You can also add the following to the apps' Info.plist (Appname.app/Contents/Info.plist) Code: <KEY>NSUIElement</KEY> <STRING>1</STRING> This is probably all Dockless is doing.