From 506c68e5e2992853b63cc51ef2f6bb72a4cbbc5c Mon Sep 17 00:00:00 2001 From: Aleksa Vuckovic Date: Wed, 10 Jul 2024 01:37:07 +0200 Subject: qemu do not swallow --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index ddda8be..a6582db 100644 --- a/config.def.h +++ b/config.def.h @@ -48,6 +48,7 @@ static const Rule rules[] = { { "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 }, + { NULL, NULL, "QEMU", 0, 0, 0, -1, -1 }, { "IDA", 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 */ -- cgit v1.2.3