Add description to fullscreen client key

This commit is contained in:
Jim Mitchener 2016-05-29 18:33:59 -08:00
parent e8da309cf1
commit 4b0209f4fa
1 changed files with 2 additions and 1 deletions

View File

@ -331,7 +331,8 @@ clientkeys = awful.util.table.join(
function (c)
c.fullscreen = not c.fullscreen
c:raise()
end),
end,
{description = "toggle fullscreen", group = "client"}),
awful.key({ modkey, "Shift" }, "c", function (c) c:kill() end,
{description = "close", group = "client"}),
awful.key({ modkey, "Control" }, "space", awful.client.floating.toggle ,