diff options
| author | Andrew Guschin <saintruler@gmail.com> | 2021-06-15 19:07:24 +0400 |
|---|---|---|
| committer | Andrew Guschin <saintruler@gmail.com> | 2021-06-15 19:07:24 +0400 |
| commit | a7aea68aa1a58f0aa934878b7dc8f0a0a3b7a03d (patch) | |
| tree | d56febf3562836de5866ce5f26a1fb1a3a8108c5 /config.h | |
| parent | 839788f0acd1cb73481f9beb9c546132ea9c80d3 (diff) | |
Fixed Pcmanfm class name in rules array
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }, }; |