From 934b8a0fe645ec1a0693fddb4082fa15e3481b37 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 22 Feb 2013 23:58:19 -0300 Subject: Adding another xlock shortcut into awesome; removing unused widget --- modules/awesome/config.dot/awesome.link/keys.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/awesome/config.dot/awesome.link/keys.lua') diff --git a/modules/awesome/config.dot/awesome.link/keys.lua b/modules/awesome/config.dot/awesome.link/keys.lua index 04e1549..0ec5e0c 100644 --- a/modules/awesome/config.dot/awesome.link/keys.lua +++ b/modules/awesome/config.dot/awesome.link/keys.lua @@ -14,6 +14,9 @@ globalkeys = awful.util.table.join(root.keys(), awful.key({ modkey, "Control" }, "t", function () awful.util.spawn("thunar") end), --awful.key({ modkey, "Control" }, "b", function () awful.util.spawn("terminal irssi") end), + -- Xlock + awful.key({ }, "XF86ScreenSaver", function () awful.util.spawn("xlock") end), + -- Volume keys awful.key({ }, "XF86AudioRaiseVolume", function () awful.util.spawn("amixer set Master 9%+", false) end), awful.key({ }, "XF86AudioLowerVolume", function () awful.util.spawn("amixer set Master 9%-", false) end), -- cgit v1.2.3