stfloat class

This commit is contained in:
mrsu 2024-06-16 01:31:23 +01:00
parent 27c4c4ffe5
commit 74773a037a
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
static const Rule rules[] = {
/* class instance title tags mask isfloating isterminal noswallow monitor */
{ "St", NULL, NULL, 0, 0, 1, 0, -1 },
{ "stfloat", NULL, NULL, 0, 1, 0, 0, -1 },
{ NULL, "spterm0", NULL, SPTAG(0), 1, 1, 0, -1 },
{ NULL, "spterm1", NULL, SPTAG(1), 1, 1, 0, -1 },
{ NULL, "spterm2", NULL, SPTAG(2), 1, 1, 0, -1 },