aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-06-01 18:18:43 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-06-01 18:18:43 -0300
commit708e6895d14ff9e03d2c982bab128489e10876b2 (patch)
treed73d2097f3d0a0e871ccd9665505f6a8bef95ea7
parent24e62e1a97cc3056afa0aa857a4d206e8a122b4c (diff)
downloadmetadot-708e6895d14ff9e03d2c982bab128489e10876b2.tar.gz
metadot-708e6895d14ff9e03d2c982bab128489e10876b2.tar.bz2
Adding awesome shortcut for wyrd
-rw-r--r--modules/awesome/config.dot/awesome.link/keys.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/awesome/config.dot/awesome.link/keys.lua b/modules/awesome/config.dot/awesome.link/keys.lua
index 836c352..f056aca 100644
--- a/modules/awesome/config.dot/awesome.link/keys.lua
+++ b/modules/awesome/config.dot/awesome.link/keys.lua
@@ -12,6 +12,7 @@ globalkeys = awful.util.table.join(root.keys(),
awful.key({ modkey, "Control" }, "k", function () awful.util.spawn("kedpm") end),
awful.key({ modkey, "Control" }, "c", function () awful.util.spawn("chromium-browser") end),
awful.key({ modkey, "Control" }, "t", function () awful.util.spawn("thunar") end),
+ awful.key({ modkey, "Control" }, "w", function () awful.util.spawn("terminal 'sleep 0.2 && wyrd'") end),
--awful.key({ modkey, "Control" }, "b", function () awful.util.spawn("terminal irssi") end),
-- Xlock