]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/rc.lua
kill clients with middle click on tasklist
[dotfiles.git] / awesome / rc.lua
index 7448eb12f2752f1f5ca79376aa3f613362aaac7b..94b2454040e272845eb5c13a2dac9e9783fcbda3 100644 (file)
@@ -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()