add games patch
This commit is contained in:
5
config.h
5
config.h
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user