Update config.def.h with new floating window rule

This commit is contained in:
Sam 2025-01-06 18:18:35 +00:00
parent 3c827d066a
commit 7c2af4bda2
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ static const Rule rules[] = {
/* class instance title tags mask isfloating isterminal noswallow monitor */
{ "St", NULL, NULL, 0, 0, 1, 0, -1 },
{ NULL, "float", NULL, 0, 1, 0, 0, -1 },
{ NULL, "st-float", NULL, 0, 1, 1, 1, -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 },