From 678677326a29e02a7c69cabdec0381c0fb913a72 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 23 Mar 2014 17:25:03 -0300 Subject: Using xmutt instead of mutt256 --- config.dot/awesome.link/keys.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.dot') 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), -- cgit v1.2.3