From e859acbdb62333fd252237898e3b2a6380a80a9f Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Wed, 19 Jan 2011 19:29:24 +0100 Subject: rc.lua: upgraded to awesome v3.4.9 --- rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc.lua b/rc.lua index 10185d1..7d0412b 100644 --- a/rc.lua +++ b/rc.lua @@ -1,6 +1,6 @@ -- {{{ License -- --- Awesome configuration, using awesome 3.4.8 on Arch GNU/Linux +-- Awesome configuration, using awesome 3.4.9 on Arch GNU/Linux -- * Adrian C. -- Screenshot: http://sysphere.org/gallery/snapshots @@ -326,7 +326,7 @@ globalkeys = awful.util.table.join( awful.key({}, "#235", function () exec("kscreenlocker --forcelock") end), awful.key({}, "#121", function () exec("pvol.py -m") end), awful.key({}, "#122", function () exec("pvol.py -p -c -2") end), - awful.key({}, "#123", function () exec("pvol.py -p -c 2") end), + awful.key({}, "#123", function () exec("pvol.py -p -c 2") end), awful.key({}, "#232", function () exec("plight.py -c -10") end), awful.key({}, "#233", function () exec("plight.py -c 10") end), awful.key({}, "#165", function () exec("sudo /usr/sbin/pm-hibernate") end), -- cgit v1.2.3