Le 22/02/2010 07:22, barkat a écrit : > Need help with code for mouse binding for taskbar, > > Left click = Raise window (working by default) > Middle click = Kill/close window ( need code for this one ) > Right Click = list client windows ( working by default ) > > any other layout will do , pls help new to awesome , and this is really > awesome. > > -- > With Regards, > Barkat >
Nice idea.
In your rc.lua, add this in the "mytasklist.buttons" definition:
awful.button({ }, 2, function (c) c:kill() end),
Regards,
--
Thomas/Schnouki
signature.asc
Description: OpenPGP digital signature
