summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2011-01-19 19:29:24 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2011-01-19 19:29:24 +0100
commite859acbdb62333fd252237898e3b2a6380a80a9f (patch)
treeea66985c37b9092ac8b4ebe318ac61a5aa64e899
parente14555718e5a89476f3380345b370ceb2dce2af0 (diff)
downloadawesome-configs-e859acbdb62333fd252237898e3b2a6380a80a9f.tar.xz
rc.lua: upgraded to awesome v3.4.9
-rw-r--r--rc.lua4
1 files 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. <anrxc@sysphere.org>
-- 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),