]> gitweb.fluxo.info Git - metadot.git/commitdiff
Adding another xlock shortcut into awesome; removing unused widget
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 23 Feb 2013 02:58:19 +0000 (23:58 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 23 Feb 2013 02:58:19 +0000 (23:58 -0300)
modules/awesome/config.dot/awesome.link/keys.lua
modules/awesome/config.dot/awesome.link/rc.lua

index 04e154933cb4968ef98551516a38a0b9cbfb7748..0ec5e0cc1c9388d36f0d8be5a8c159d7598c2be9 100644 (file)
@@ -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),
index 181e05841baef2bf15451c1609d0240e6446094f..d8073fd669aaa5333ecd44ad2e03fa2b17673c69 100644 (file)
@@ -164,7 +164,6 @@ for s = 1, screen.count() do
         mytextclock,
         s == 1 and mysystray or nil,
         myledbox,
-        volume_widget,
         mytasklist[s],
         layout = awful.widget.layout.horizontal.rightleft
     }