diff options
author | joe <rbo@gmx.us> | 2025-08-27 23:22:00 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-08-27 23:22:00 +0200 |
commit | a95b0c09ba571b7a1db886b401bc0907145c1738 (patch) | |
tree | 3da084f28d35834eaf620e00bf06c51b59dc74c1 | |
parent | no zsh (diff) | |
download | dwm-a95b0c09ba571b7a1db886b401bc0907145c1738.tar.gz dwm-a95b0c09ba571b7a1db886b401bc0907145c1738.tar.bz2 dwm-a95b0c09ba571b7a1db886b401bc0907145c1738.tar.xz dwm-a95b0c09ba571b7a1db886b401bc0907145c1738.tar.zst dwm-a95b0c09ba571b7a1db886b401bc0907145c1738.zip |
reset
-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 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 }; |