From 71e6affea7a88c24c972773049894a2e794008cc Mon Sep 17 00:00:00 2001 From: moadAlami Date: Fri, 8 Sep 2023 21:56:29 +0100 Subject: updated steam class name --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 2c02b9f..12d288d 100644 --- a/config.h +++ b/config.h @@ -47,7 +47,7 @@ static const Rule rules[] = { /* class instance title tags mask isfloating monitor */ { "Gimp", NULL, NULL, 1 << 5, 1, -1 }, { "discord", NULL, NULL, 1 << 3, 0, -1 }, - { "Steam", NULL, NULL, 1 << 4, 0, -1 }, + { "steam", NULL, NULL, 1 << 4, 0, -1 }, }; /* layout(s) */ -- cgit v1.2.3