commit b9e9ed13818fa3cb18f421968bb75296157ca61c
parent 8cd072359ba132b156eddce61ccfb9b5973f21b4
Author: Luke Smith <luke@lukesmith.xyz>
Date: Tue, 5 May 2020 11:47:25 -0400
xev doesn't swallow
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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 },
};