From e05579c0b26e301c85d8f0ddc4043fa5b74bb6db Mon Sep 17 00:00:00 2001 From: joe Date: Thu, 28 Aug 2025 10:18:23 +0200 Subject: zsh --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 1520a92..32a7e8e 100644 --- a/config.def.h +++ b/config.def.h @@ -36,7 +36,7 @@ typedef struct { const char *spcmd1[] = { "alacritty", "--class", "spterm", NULL }; const char *spcmd2[] = { "alacritty", "--class", "spfm", "-e", "zsh", "-ic", "lf", NULL }; const char *spcmd3[] = { "pcmanfm", NULL }; -const char *spcmd4[] = { "alacritty", "--class", "spflip", "-e", "hf", NULL }; +const char *spcmd4[] = { "alacritty", "--class", "spflip", "-e", "zsh", "-ic", "hf", NULL }; const char *spcmd5[] = { "alacritty", "--class", "spnews", "-e", "zsh", "-ic", "nb", NULL }; const char *spcmd6[] = { "alacritty", "--class", "spmpd", "-e", "ncmpc", NULL }; static Sp scratchpads[] = { -- cgit v1.2.3