Remove center patch (hard to use on small screens)
This commit is contained in:
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user