commit 230b3e2f49e7d6996311a6b14b588e64fe7fa5f7
parent 2b99bcba4227c6a70e91ffbdd4bbb8a4a2cc00db
Author: Matthew Carlson <matt@mcarlson.xyz>
Date: Tue, 17 Aug 2021 17:20:53 -0400
vim doesn't swallow
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/config.h b/config.h
@@ -62,9 +62,10 @@ static int ulineall = 0;
// rules
static const Rule rules[] = {
- // class instance title tags mask isfloating isterminal noswallow monitor
+ // class instance title tags mask isfloating isterminal noswallow monitor
{ "fff", NULL, NULL, 0, 0, 1, 0, -1 },
{ "st", NULL, NULL, 0, 0, 1, 0, -1 },
+ { "vim", NULL, NULL, 0, 0, 0, 1, -1 },
};
// sizes