bindings: remove some binding descriptions to save space

This commit is contained in:
Vincent Bernat 2012-09-09 13:15:03 +02:00
parent 67fec3c149
commit 8ef6690f60

View file

@ -154,10 +154,10 @@ config.keys.global = awful.util.table.join(
"Spawn a terminal"),
-- Screenshot
awful.key({}, "Print", screenshot, "Screenshot"),
awful.key({}, "Print", screenshot),
-- Restart awesome
awful.key({ modkey, "Control" }, "r", awesome.restart, "Restart awesome"),
awful.key({ modkey, "Control" }, "r", awesome.restart),
-- Multimedia keys
awful.key({ }, "XF86MonBrightnessUp", brightness.increase),