diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-05-05 11:47:25 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2020-05-05 11:47:25 -0400 |
commit | b9e9ed13818fa3cb18f421968bb75296157ca61c (patch) | |
tree | 4a995d061a8e50cbcbaedf08cc168d84aeeaccff | |
parent | 8cd072359ba132b156eddce61ccfb9b5973f21b4 (diff) |
xev doesn't swallow
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 }, }; |