You are not logged in.
some rule which can closing some window by clicking on a taskbar in a panel?
it would be best with middle click :-)
Last edited by xhc (2012-07-22 04:34:25)
#Awesome window manager
Offline
You want to look into something along the lines of:
awful.button({ }, 2, function (c) c:kill() end),
with your other mouse bindings in rc.lua.
Offline
added to section "mouse bindings" , nothing happened.... I want this mouse binding to run only in area of taskbar
#Awesome window manager
Offline
ok.. added it to section of wibox :-)
#Awesome window manager
Offline