summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-05-05 11:47:25 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-05-05 11:47:25 -0400
commitb9e9ed13818fa3cb18f421968bb75296157ca61c (patch)
tree4a995d061a8e50cbcbaedf08cc168d84aeeaccff
parent8cd072359ba132b156eddce61ccfb9b5973f21b4 (diff)
xev doesn't swallow
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 7bee0b0..bfa9e2f 100644
--- a/config.h
+++ b/config.h
@@ -47,6 +47,7 @@ static const Rule rules[] = {
/* 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 },
+ { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 },
{ NULL, "spterm", NULL, SPTAG(0), 1, 1, 0, -1 },
{ NULL, "spcalc", NULL, SPTAG(1), 1, 1, 0, -1 },
};