diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-04-14 21:20:23 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2020-04-14 21:20:23 -0400 |
commit | 9025265545f94743ca6e3e1c33d9f6fa96169d27 (patch) | |
tree | b5ac46f63b6e06e48f3c74c95809b2d9795d5d18 /config.h | |
parent | dc2cfafa7e9c1c5789909db27ae78ea2cb3e4c99 (diff) |
swallow patch
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) */ |