commit 3bc9a3613d7fc4abec4c5955d4e2a1bc37d6d10c
parent 8749568c3873b81d3a7574ffb5aacdeb5add7e2f
Author: Matthew Carlson <matt@mcarlson.xyz>
Date: Sat, 24 Jul 2021 00:10:19 -0400
Merge branch 'tweaks' into dwm
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