From 2eb8a19b879114b86a9ef1e55c7b7e3c0a01de53 Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 6 Feb 2018 02:37:04 +0100 Subject: fix mutt editor problems --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua b/rc.lua index 6adee71..df93c5a 100644 --- a/rc.lua +++ b/rc.lua @@ -574,7 +574,7 @@ awful.key({ modkey, "Shift" }, "s", hotkeys_popup.show_help, {descriptio awful.util.spawn("roxterm -e bash -c \"mpd;mpc random on;mpc repeat on;ncmpcpp\"") end, {description = "MPD", group = "awesome"}), awful.key({ modkey}, "F2", function () - awful.util.spawn("roxterm -e mutt") end, + awful.util.spawn("roxterm -e fish -c mutt") end, {description = "mutt", group = "awesome"}), awful.key({ modkey, "Mod1"}, "f", function () awful.util.spawn("firefox") end, -- cgit v1.2.3