diff options
| author | P.P.A <adolphs@moselle.moe> | 2023-07-08 00:34:15 +0200 |
|---|---|---|
| committer | P.P.A <adolphs@moselle.moe> | 2023-07-08 00:34:15 +0200 |
| commit | ff2f3dfaccc3d4a2b4f5051548ac62a71ce7429d (patch) | |
| tree | 7e4fc0d0551f2b3cecc8c1ea3bf5674563ec087c /config.def.h.orig | |
| parent | cae46b25bafe946de40006303b39b484431aabbf (diff) | |
xrdb
Diffstat (limited to 'config.def.h.orig')
| -rw-r--r-- | config.def.h.orig | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/config.def.h.orig b/config.def.h.orig index 750529d..b8b9f1c 100644 --- a/config.def.h.orig +++ b/config.def.h.orig @@ -31,9 +31,11 @@ static const Rule rules[] = { * WM_CLASS(STRING) = instance, class * WM_NAME(STRING) = title */ - /* class instance title tags mask isfloating monitor */ - { "Gimp", NULL, NULL, 0, 1, -1 }, - { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, + /* class instance title tags mask isfloating isterminal noswallow monitor */ + { "Gimp", NULL, NULL, 0, 1, 0, 0, -1 }, + { "Firefox", NULL, NULL, 1 << 8, 0, 0, -1, -1 }, + { "St", NULL, NULL, 0, 0, 1, 0, -1 }, + { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */ }; /* layout(s) */ |
