commit 8e72283e2e36caa2d1f593fb755e6c983e8a5f32
parent 4ffeb558ef6849097f0d07f718191d5f2e541cd5
Author: Matthew Carlson <matt@mcarlson.xyz>
Date: Sat, 24 Jul 2021 00:09:58 -0400
fixed swallowing for st and added it for fff
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/config.h b/config.h
@@ -63,7 +63,8 @@ static int ulineall = 0;
// rules
static const Rule rules[] = {
// class instance title tags mask isfloating isterminal noswallow monitor
- { "St", NULL, NULL, 0, 0, 1, 0, -1 },
+ { "fff", NULL, NULL, 0, 0, 1, 0, -1 },
+ { "st", NULL, NULL, 0, 0, 1, 0, -1 },
};
// sizes