aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index aa619eb..744101d 100644
--- a/config.def.h
+++ b/config.def.h
@@ -173,7 +173,7 @@ static const char *browser_cmd[] = { "firefox", NULL };
static const char *torbro_cmd[] = { "torify", "librewolf", NULL };
// static const char *nb_cmd[] = { "alacritty", "-e", "newsboat", NULL };
// static const char *ncmpc_cmd[] = { "alacritty", "-e", "ncmpc", NULL };
-static const char *mutt_cmd[] = { "st", "-e", "neomutt", NULL };
+static const char *mutt_cmd[] = { "st", "-e", "zsh", "-ic", "neomutt", NULL };
static const char *gotop_cmd[] = { "st", "-e", "gotop", NULL };
static const char *htop_cmd[] = { "st", "-e", "htop", NULL };
static const char *top_cmd[] = { "st", "-e", "top", NULL };