diff options
| -rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 447ea32..afd331d 100644 --- a/config.def.h +++ b/config.def.h @@ -47,6 +47,7 @@ static const Rule rules[] = { { "ViberPC", NULL, NULL, 1 << 0, 0, 0, -1, -1 }, { "discord", NULL, NULL, 1 << 0, 0, 0, -1, -1 }, { "KeePassXC", NULL, NULL, 1 << 8, 0, 0, -1, -1 }, +// { "Bochs", NULL, NULL, 0, 0, 0, -1, -1 }, { "St", NULL, NULL, 0, 0, 1, 0, -1 }, { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */ }; |
