Fix center window for tabbed st

This commit is contained in:
2024-06-23 22:48:36 +01:00
parent 2f9f1da8af
commit 6d6752217a
3 changed files with 2 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ static const Rule rules[] = {
*/
/* class instance title tags mask isfloating CenterThisWindow? monitor */
{ "st", NULL, NULL, 0, 0, 1, -1 },
{ "tabbed", NULL, NULL, 0, 0, 1, -1 },
};
/* layout(s) */

View File

@@ -31,6 +31,7 @@ static const Rule rules[] = {
*/
/* class instance title tags mask isfloating CenterThisWindow? monitor */
{ "st", NULL, NULL, 0, 0, 1, -1 },
{ "tabbed", NULL, NULL, 0, 0, 1, -1 },
};
/* layout(s) */

Binary file not shown.