commit: 21336934ac688b5430a9ada682a020934840efc9
parent: 2ede184ff4e796a402b3ced5a578cc7a26d61306
author: Chris Noxz <chris@noxz.tech>
date: Tue, 9 Jun 2020 09:27:46 +0200
add brave-browser to client rules
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -49,9 +49,10 @@ static const Rule rules[] = {
* WM_CLASS(STRING) = instance, class
* WM_NAME(STRING) = title
*/
- /* class instance title tags mask isfloating monitor */
- { "Gimp", NULL, NULL, 0, 1, -1 },
- { "tabbed", "vimb", NULL, 1 << 1, 0, -1 },
+ /* class instance title tags mask isfloating monitor */
+ { "Gimp", NULL, NULL, 0, 1, -1 },
+ { "tabbed", "vimb", NULL, 1 << 1, 0, -1 },
+ { "Brave-browser", NULL, NULL, 1 << 1, 0, -1 },
};
/* layout(s) */