games to steam patch

This commit is contained in:
2026-07-19 10:07:07 +02:00
parent a3bca752da
commit daa614cc34
9 changed files with 114 additions and 309 deletions

View File

@@ -1,15 +1,15 @@
--- config.def.h
+++ config.def.h
@@ -26,9 +26,11 @@ static const Rule rules[] = {
@@ -26,11 +26,9 @@ static const Rule rules[] = {
* WM_CLASS(STRING) = instance, class
* WM_NAME(STRING) = title
*/
- /* class instance title tags mask isfloating monitor */
+ /* class instance title tags mask isfloating monitor isgame */
- /* class instance title tags mask isfloating monitor isgame */
+ /* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 0, 1, -1 },
{ "Firefox", NULL, NULL, 1 << 8, 0, -1 },
+ { "Steam", NULL, NULL, 0, 0, -1, 1 },
+ { "steam_app",NULL, NULL, 0, 0, -1, 1 },
- { "Steam", NULL, NULL, 0, 0, -1, 1 },
- { "steam_app",NULL, NULL, 0, 0, -1, 1 },
};
/* layout(s) */