aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2025-09-07 19:19:21 +0200
committerJoe <rbo@gmx.us>2025-09-07 19:19:21 +0200
commit2efeffdc37ef217f2cbd20c001011c8bd618d0d0 (patch)
tree2220a653411b0c0ed432a06c38d1679c1c457146
parentscratchs (diff)
downloaddwm-master.tar.gz
dwm-master.tar.bz2
dwm-master.tar.xz
dwm-master.tar.zst
dwm-master.zip
Diffstat (limited to '')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 1b78e43..33507d2 100644
--- a/config.def.h
+++ b/config.def.h
@@ -150,7 +150,7 @@ static const Layout layouts[] = {
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
static const char *term_cmd[] = { "alacritty", NULL };
static const char *hardflip_cmd[] = { "alacritty", "-e", "zsh", "-ic", "hf -s", NULL };
-static const char *fm_cmd[] = { "alacritty", "--class", "spnews", "-e", "zsh", "-ic", "nnn", NULL };
+static const char *fm_cmd[] = { "alacritty", "-e", "zsh", "-ic", "nnn", NULL };
static const char *guifm_cmd[] = { "pcmanfm", NULL };
static const char *dmenucmd[] = { "dmrun", NULL };
static const char *dmapps_cmd[] = { "dmapps", NULL };