swallow patch

This commit is contained in:
Luke Smith
2020-04-14 21:20:23 -04:00
parent dc2cfafa7e
commit 9025265545
3 changed files with 189 additions and 9 deletions

View File

@@ -32,9 +32,9 @@ static const Rule rules[] = {
* WM_CLASS(STRING) = instance, class
* WM_NAME(STRING) = title
*/
/* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 1 << 8, 0, -1 },
/* { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, */
/* class instance title tags mask isfloating isterminal noswallow monitor */
{ "Gimp", NULL, NULL, 1 << 8, 0, 0, 0, -1 },
{ "St", NULL, NULL, 0, 0, 1, 0, -1 },
};
/* layout(s) */