Applied the swallow patch

This commit is contained in:
Micah Gorrell 2023-05-12 08:35:42 -06:00
parent 01dff7b679
commit 3c67d89f56
3 changed files with 297 additions and 6 deletions

View file

@ -11,11 +11,11 @@ static const float fullscreen_bg[] = {0.1, 0.1, 0.1, 1.0};
static const int tagcount = 9;
static const Rule rules[] = {
/* app_id title tags mask isfloating monitor */
/* app_id title tags mask isfloating isterm noswallow monitor */
/* examples:
{ "Gimp", NULL, 0, 1, -1 },
{ "Gimp", NULL, 0, 1, 0, 1, -1 },
*/
{ "firefox", NULL, 1 << 8, 0, -1 },
{ "firefox", NULL, 1 << 8, 0, 0, 1, -1 },
};
/* layout(s) */