aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-08-27 23:20:37 +0200
committerjoe <rbo@gmx.us>2025-08-27 23:20:37 +0200
commitd826548006c4778dd153d59fae4fca3197f7351c (patch)
treea265f31145e18c8444a350c4a6770de226b1b963
parentswitcheroo (diff)
downloaddwm-d826548006c4778dd153d59fae4fca3197f7351c.tar.gz
dwm-d826548006c4778dd153d59fae4fca3197f7351c.tar.bz2
dwm-d826548006c4778dd153d59fae4fca3197f7351c.tar.xz
dwm-d826548006c4778dd153d59fae4fca3197f7351c.tar.zst
dwm-d826548006c4778dd153d59fae4fca3197f7351c.zip
no zsh
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 5fb2fb5..5bcecd7 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", "zsh", "-ic", "lf", NULL };
+const char *spcmd2[] = { "alacritty", "--class", "spfm", "-e", "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 };