From 09cd0a6931c2824573c4aa6ec2da12ee4600e5ce Mon Sep 17 00:00:00 2001 From: tiyn Date: Sun, 5 Nov 2023 18:21:20 +0100 Subject: [PATCH] added sonixd to rules --- config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.def.h b/config.def.h index 7408dd1..4420248 100644 --- a/config.def.h +++ b/config.def.h @@ -53,6 +53,7 @@ static const Rule rules[] = { { "threema-web", NULL, NULL, 1 << 4, 0, 0, 1 }, { "thunderbird", NULL, NULL, 1 << 4, 0, 0, 1 }, { "Signal", NULL, NULL, 1 << 4, 0, 0, 1 }, + { "Sonixd", NULL, NULL, 1 << 8, 0, 0, 1 }, }; /* layout(s) */