summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,