summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rc.lua2
1 files changed, 2 insertions, 0 deletions
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,