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