From: Samir Benmendil Date: Mon, 10 Jun 2013 18:24:37 +0000 (+0200) Subject: kill clients with middle click on tasklist X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/d6bc56522d526dfe846569f3c6229e42b184ffcb?ds=sidebyside kill clients with middle click on tasklist --- diff --git a/awesome/rc.lua b/awesome/rc.lua index 7448eb1..94b2454 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -122,6 +122,7 @@ mytasklist.buttons = awful.util.table.join( c:raise() end end), + awful.button({ }, 2, function (c) c:kill() end), awful.button({ }, 3, function () if instance then instance:hide()