summaryrefslogtreecommitdiff
path: root/rc.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-11-24 22:05:44 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-11-24 22:05:44 +0100
commit203d6e5c67a68ac75efa92de2b0b3d86e177ca5e (patch)
tree141fcde5fdd746c8f4b0b7c8f25b284489a9417e /rc.lua
parentd9c272f985eb113ebe7d3c63b017a5bc725e4c48 (diff)
downloadawesome-configs-203d6e5c67a68ac75efa92de2b0b3d86e177ca5e.tar.xz
osk: import of the On Screen Keyboard
Diffstat (limited to 'rc.lua')
-rw-r--r--rc.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/rc.lua b/rc.lua
index 4d00f8e..d535e29 100644
--- a/rc.lua
+++ b/rc.lua
@@ -15,6 +15,7 @@ require("awful")
require("awful.rules")
require("awful.autofocus")
-- User libraries
+require("osk")
require("vicious")
require("teardrop")
require("scratchpad")
@@ -345,6 +346,7 @@ globalkeys = awful.util.table.join(
-- }}}
-- {{{ Multimedia keys
+
awful.key({}, "#160", 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),
@@ -354,6 +356,7 @@ globalkeys = awful.util.table.join(
awful.key({}, "#244", function () exec("sudo /usr/sbin/pm-hibernate") end),
awful.key({}, "#150", function () exec("sudo /usr/sbin/pm-suspend") end),
awful.key({}, "#225", function () exec("pypres.py") end),
+ awful.key({}, "#157", function () osk() end),
-- }}}
-- {{{ Prompt menus