From 25f44486bb4777598667273b3b035a3c8347a677 Mon Sep 17 00:00:00 2001 From: tiyn Date: Tue, 2 Sep 2025 06:48:31 +0200 Subject: [PATCH] updated config --- config.def.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index c7cccad..19804ee 100644 --- a/config.def.h +++ b/config.def.h @@ -42,8 +42,9 @@ static const Rule rules[] = { { "Threema", NULL, 1 << 4, 0, 0, 0, 1 }, { "thunderbird", NULL, 1 << 4, 0, 0, 0, 1 }, { "Sonixd", NULL, 1 << 8, 0, 0, 0, 1 }, - { "KeePassXC", NULL, 1 << 9, 0, 0, 0, 0 }, { "KeePassXC", "Unlock Database - KeePassXC", 1 << 1, 1, 0, 0, 0 }, + { "KeePassXC", NULL, 1 << 9, 0, 0, 0, 0 }, + { "com.obsproject.Studio",NULL, 1 << 7, 0, 0, 0, 1 }, { "easyeffects", NULL, 1 << 9, 0, 0, 0, 1 }, { "pavucontrol", NULL, 1 << 9, 0, 0, 0, 1 }, { "nextcloud", NULL, 0, 1, 0, 0, -1 },