feat: add floating terminal rule

This commit is contained in:
David JULIEN 2021-03-10 19:57:25 +01:00
parent 7ec4c7f257
commit 74962441df
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ static const Rule rules[] = {
/* class instance title tags mask isfloating iscentered isterminal noswallow monitor */
{ "firefox", NULL, NULL, 0, 0, 0, 0, -1, -1 },
{ "st", NULL, NULL, 0, 0, 0, 1, -1, -1 },
{ "floating", NULL, NULL, 0, 1, 1, 1, -1, -1 },
{ "ncmpcpp", NULL, NULL, 0, 1, 1, 1, -1, -1 },
{ "neomutt", NULL, NULL, 0, 1, 1, 1, -1, -1 },
{ "transmission", NULL,NULL, 0, 1, 1, 1, -1, -1 },