summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-02-06 02:37:04 +0100
committerache <ache@ache.one>2018-02-06 02:37:04 +0100
commit2eb8a19b879114b86a9ef1e55c7b7e3c0a01de53 (patch)
tree45cc0728b0ce34181bae44e3f3e58fa64b4ae851
parentAdd notification about disable notification (diff)
fix mutt editor problems
-rw-r--r--rc.lua2
1 files changed, 1 insertions, 1 deletions
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,