]> gitweb.fluxo.info Git - metadot.git/commitdiff
Adding awesome shortcut for wyrd
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 1 Jun 2013 21:18:43 +0000 (18:18 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 1 Jun 2013 21:18:43 +0000 (18:18 -0300)
modules/awesome/config.dot/awesome.link/keys.lua

index 836c3525efc428b80a53287835a5c299bf06cc82..f056aca83e9ac4356248e9c8c6db34b0ee098bb5 100644 (file)
@@ -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