summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksa Vuckovic <aleksav013@gmail.com>2022-09-23 00:06:40 +0200
committerAleksa Vuckovic <aleksa@vuckovic.cc>2023-12-06 05:05:50 +0100
commit81276a05cf57d221ace6316d46b7356427e299c8 (patch)
tree2c1c4c3bf0732d7d8c0aff333f202b6c4cd58d87
parent5bcc22b51748f0c6dc3204fb2e718418b15654d3 (diff)
bochs
-rw-r--r--config.def.h1
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 */
};