From a95b0c09ba571b7a1db886b401bc0907145c1738 Mon Sep 17 00:00:00 2001 From: joe Date: Wed, 27 Aug 2025 23:22:00 +0200 Subject: reset --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 5bcecd7..5fb2fb5 100644 --- a/config.def.h +++ b/config.def.h @@ -34,7 +34,7 @@ typedef struct { const void *cmd; } Sp; const char *spcmd1[] = { "alacritty", "--class", "spterm", NULL }; -const char *spcmd2[] = { "alacritty", "--class", "spfm", "-e", "lf", 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 *spcmd5[] = { "alacritty", "--class", "spnews", "-e", "zsh", "-ic", "nb", NULL }; -- cgit v1.2.3