On 08.07.2012 13:07, Abhijeet R wrote: > Hi, > > Whenever I try to open an application using dmenu_run, the mouse cursor > changes to "waiting" (circular, showing a clock) to show as a feedback > that an app is opening. Is there a way to disable that?
A quick google led me to the wiki: http://awesome.naquadah.org/wiki/Using_dmenu Assuming you do the stuff from that web page, use awful.util.spawn("dmenu_run", false) instead of plain awful.util.spawn("dmenu_run"). The optional 'false' argument disables startup notification. Uli -- "Every once in a while, declare peace. It confuses the hell out of your enemies" - 79th Rule of Acquisition -- To unsubscribe, send mail to [email protected].
