summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Guschin <saintruler@gmail.com>2021-06-15 19:07:24 +0400
committerAndrew Guschin <saintruler@gmail.com>2021-06-15 19:07:24 +0400
commita7aea68aa1a58f0aa934878b7dc8f0a0a3b7a03d (patch)
treed56febf3562836de5866ce5f26a1fb1a3a8108c5
parent839788f0acd1cb73481f9beb9c546132ea9c80d3 (diff)
Fixed Pcmanfm class name in rules array
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 3a0334a..eb5b808 100644
--- a/config.h
+++ b/config.h
@@ -46,7 +46,7 @@ static const Rule rules[] = {
*/
/* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 0, 1, -1 },
- { "pcmanfm", NULL, NULL, 0, 1, -1 },
+ { "Pcmanfm", NULL, NULL, 0, 1, -1 },
{ NULL, "spterm", NULL, SPTAG(0), 1, -1 },
{ NULL, "telegram", NULL, SPTAG(1), 1, -1 },
};