From 8df587814c9fa0ad91c8ed200e0748cbe34ef8cd Mon Sep 17 00:00:00 2001 From: speedie Date: Thu, 6 Jul 2023 21:09:46 +0200 Subject: [PATCH] The class of my build of st is "st" not "St" --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index e632a1d..0bfac56 100644 --- a/config.h +++ b/config.h @@ -61,7 +61,7 @@ static const Rule rules[] = { /* class instance title tags mask isfloating isterminal noswallow monitor */ { "Gimp", NULL, NULL, 0, 1, 0, 0, -1 }, { "Firefox", NULL, NULL, 1 << 8, 0, 0, -1, -1 }, - { "St", NULL, NULL, 0, 0, 1, 0, -1 }, + { "st", NULL, NULL, 0, 0, 1, 0, -1 }, { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */ };