From 9025265545f94743ca6e3e1c33d9f6fa96169d27 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 14 Apr 2020 21:20:23 -0400 Subject: swallow patch --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 0200a80..7286a0e 100644 --- a/config.h +++ b/config.h @@ -32,9 +32,9 @@ static const Rule rules[] = { * WM_CLASS(STRING) = instance, class * WM_NAME(STRING) = title */ - /* class instance title tags mask isfloating monitor */ - { "Gimp", NULL, NULL, 1 << 8, 0, -1 }, - /* { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, */ + /* class instance title tags mask isfloating isterminal noswallow monitor */ + { "Gimp", NULL, NULL, 1 << 8, 0, 0, 0, -1 }, + { "St", NULL, NULL, 0, 0, 1, 0, -1 }, }; /* layout(s) */ -- cgit v1.2.3