From 1845e31ffef72ea233520f0696bad4c59f339b9d Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Tue, 28 May 2019 00:57:59 +0200 Subject: Bind kill on "'" on bépo --- rc.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rc.lua b/rc.lua index a3b1099..27826c1 100644 --- a/rc.lua +++ b/rc.lua @@ -381,6 +381,8 @@ clientkeys = awful.util.table.join( {description = "toggle fullscreen", group = "client"}), awful.key({ modkey, }, "w", function (c) c:kill() end, {description = "close", group = "client"}), + awful.key({ modkey, }, "#57", function (c) c:kill() end, + {description = "close", group = "client"}), awful.key({ modkey, "Control" }, "space", awful.client.floating.toggle , {description = "toggle floating", group = "client"}), awful.key({ modkey, "Control" }, "Return", function (c) c:swap(awful.client.getmaster()) end, -- cgit v1.2.3