aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2025-08-28 00:03:49 +0200
committerJoe <rbo@gmx.us>2025-08-28 00:03:49 +0200
commit71f380945e71800f10f450abc2ec3d10475749da (patch)
tree21489ea9cdd90a9ad26e3d560fd8a49459ad9d9c
parentreset (diff)
downloaddwm-71f380945e71800f10f450abc2ec3d10475749da.tar.gz
dwm-71f380945e71800f10f450abc2ec3d10475749da.tar.bz2
dwm-71f380945e71800f10f450abc2ec3d10475749da.tar.xz
dwm-71f380945e71800f10f450abc2ec3d10475749da.tar.zst
dwm-71f380945e71800f10f450abc2ec3d10475749da.zip
up
-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..1520a92 100644
--- a/config.def.h
+++ b/config.def.h
@@ -111,7 +111,7 @@ static const Rule rules[] = {
{ "thunderbird", NULL, NULL, 1 << 2, 0, 0, 0, 1 },
{ NULL, "spterm", NULL, SPTAG(0), 1, 0, 0, -1 },
{ NULL, "spfm", NULL, SPTAG(1), 1, 1, 0, -1 },
- { NULL, "pcmanfm", NULL, SPTAG(2), 1, 0, 0, -1 },
+ { NULL, "pcmanfm", NULL, SPTAG(2), 0, 0, 0, -1 },
{ NULL, "spflip", NULL, SPTAG(3), 1, 1, 0, -1 },
{ NULL, "spnews", NULL, SPTAG(4), 0, 1, 0, -1 },
{ NULL, "spmpd", NULL, SPTAG(5), 1, 1, 0, -1 },