diff options
author | joe <rbo@gmx.us> | 2025-09-29 16:59:12 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-09-29 16:59:12 +0200 |
commit | 31aa73ebfe7e295d0abcef0e1e0969f945fa0c23 (patch) | |
tree | e3f5e1f5de6276e4d5c8618cf1c033d0b731f77f /config.def.h | |
parent | st (diff) | |
download | dwm-31aa73ebfe7e295d0abcef0e1e0969f945fa0c23.tar.gz dwm-31aa73ebfe7e295d0abcef0e1e0969f945fa0c23.tar.bz2 dwm-31aa73ebfe7e295d0abcef0e1e0969f945fa0c23.tar.xz dwm-31aa73ebfe7e295d0abcef0e1e0969f945fa0c23.tar.zst dwm-31aa73ebfe7e295d0abcef0e1e0969f945fa0c23.zip |
up
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
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 }; |