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),