Patched in swallow

This commit is contained in:
jon
2018-05-13 16:39:30 -05:00
parent 6ac37dad03
commit 73143e0447
5 changed files with 637 additions and 14 deletions

View File

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