summaryrefslogtreecommitdiff
path: root/config.def.h.orig
diff options
context:
space:
mode:
authorP.P.A <adolphs@moselle.moe>2023-07-08 00:34:15 +0200
committerP.P.A <adolphs@moselle.moe>2023-07-08 00:34:15 +0200
commitff2f3dfaccc3d4a2b4f5051548ac62a71ce7429d (patch)
tree7e4fc0d0551f2b3cecc8c1ea3bf5674563ec087c /config.def.h.orig
parentcae46b25bafe946de40006303b39b484431aabbf (diff)
xrdb
Diffstat (limited to 'config.def.h.orig')
-rw-r--r--config.def.h.orig8
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) */