add games patch

This commit is contained in:
2026-06-17 12:43:37 +02:00
parent d96dee00d5
commit 98d969c333
8 changed files with 367 additions and 19 deletions

View File

@@ -52,7 +52,7 @@ static const Rule rules[] = {
* WM_CLASS(STRING) = instance, class
* WM_NAME(STRING) = title
*/
/* class instance title tags mask isfloating isterminal isswallow monitor */
/* class instance title tags mask isfloating isterminal isswallow monitor isgame */
{ "Playground", NULL, NULL, 0, 1, 0, -1 -1 },
{ "steam", NULL, NULL, 1 << 1, 0, 0, -1 -1 },
@@ -63,6 +63,9 @@ static const Rule rules[] = {
{ NULL, "spterm", NULL, SPTAG(0), 1, 0, 0, -1 },
{ NULL, "spfm", NULL, SPTAG(1), 1, 0, 0, -1 },
{ NULL, "keepassxc", NULL, SPTAG(2), 0, 0, 0, -1 },
{ "Steam", NULL, NULL, 1 << 4, 0, 0, -1 -1, 0 },
{ "steam_app", NULL, NULL, 1 << 5, 0, 0, -1 -1, 0 },
};
/* layout(s) */