From 8ef6690f6013d7436a5f2910a4de9190cbd3cd66 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 9 Sep 2012 13:15:03 +0200 Subject: [PATCH] bindings: remove some binding descriptions to save space --- rc/bindings.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc/bindings.lua b/rc/bindings.lua index 2d74c72..fd6fcb1 100644 --- a/rc/bindings.lua +++ b/rc/bindings.lua @@ -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),