Update window matching rule for st-float
This commit is contained in:
parent
58fe64d07d
commit
26c82bae50
|
@ -62,7 +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, 0, -1 },
|
||||
{ NULL, NULL, "st-float", 0, 1, 1, 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 },
|
||||
|
|
Loading…
Reference in New Issue