From b91ebd19476863c4caddc39bd65546e86a3e8c94 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Tue, 25 Aug 2009 14:54:11 +0200 Subject: [PATCH] awesomerc: remove bad comment Signed-off-by: Julien Danjou --- awesomerc.lua.in | 1 - 1 file changed, 1 deletion(-) diff --git a/awesomerc.lua.in b/awesomerc.lua.in index 26d54489..5534576e 100644 --- a/awesomerc.lua.in +++ b/awesomerc.lua.in @@ -213,7 +213,6 @@ globalkeys = awful.util.table.join( end) ) --- Client awful tagging: this is useful to tag some clients and then do stuff like move to tag on them clientkeys = awful.util.table.join( awful.key({ modkey, }, "f", function (c) c.fullscreen = not c.fullscreen end), awful.key({ modkey, "Shift" }, "c", function (c) c:kill() end),