diff options
-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 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[] = { |