From 31aa73ebfe7e295d0abcef0e1e0969f945fa0c23 Mon Sep 17 00:00:00 2001 From: joe Date: Mon, 29 Sep 2025 16:59:12 +0200 Subject: up --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; -- cgit v1.2.3