Remove center patch (hard to use on small screens)

This commit is contained in:
2024-06-26 19:26:21 +01:00
parent 1bdb134941
commit f2420bec9f
4 changed files with 3 additions and 81 deletions

View File

@@ -29,9 +29,8 @@ static const Rule rules[] = {
* WM_CLASS(STRING) = instance, class
* WM_NAME(STRING) = title
*/
/* class instance title tags mask isfloating CenterThisWindow? monitor */
{ "st", NULL, NULL, 0, 0, 1, -1 },
{ "tabbed", NULL, NULL, 0, 0, 1, -1 },
/* class instance title tags mask isfloating monitor */
{ "st", NULL, NULL, 0, 0, -1 },
};
/* layout(s) */