From a7aea68aa1a58f0aa934878b7dc8f0a0a3b7a03d Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Tue, 15 Jun 2021 19:07:24 +0400 Subject: Fixed Pcmanfm class name in rules array --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, }; -- cgit v1.2.3