aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-23 17:25:03 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-23 17:25:03 -0300
commit678677326a29e02a7c69cabdec0381c0fb913a72 (patch)
tree73f62099902926b1649cde833ba677d140a1556b
parente843a7d61d63920576a18650151dd6c5bf39d934 (diff)
downloadawesome-678677326a29e02a7c69cabdec0381c0fb913a72.tar.gz
awesome-678677326a29e02a7c69cabdec0381c0fb913a72.tar.bz2
Using xmutt instead of mutt256
-rw-r--r--config.dot/awesome.link/keys.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua
index 6eee373..fab0fcf 100644
--- a/config.dot/awesome.link/keys.lua
+++ b/config.dot/awesome.link/keys.lua
@@ -2,7 +2,7 @@
globalkeys = awful.util.table.join(root.keys(),
awful.key({ modkey, "Control" }, "f", function () awful.util.spawn("firefox") end),
awful.key({ modkey, "Control" }, "v", function () awful.util.spawn("gvim") end),
- awful.key({ modkey, "Control" }, "m", function () awful.util.spawn("terminal mutt256") end),
+ awful.key({ modkey, "Control" }, "m", function () awful.util.spawn("terminal xmutt") end),
awful.key({ modkey, "Control" }, "g", function () awful.util.spawn("gimp") end),
awful.key({ modkey, "Control" }, "i", function () awful.util.spawn("gqview") end),
awful.key({ modkey, "Control" }, "a", function () awful.util.spawn("audacious") end),