From 5fd9816187f94464c13d708c094104c85a558a38 Mon Sep 17 00:00:00 2001 From: tiyn Date: Mon, 7 Apr 2025 04:28:51 +0200 Subject: [PATCH] fixed config --- config.def.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index e9dea57..f08540c 100644 --- a/config.def.h +++ b/config.def.h @@ -38,10 +38,11 @@ static const Rule rules[] = { { "threema-web", NULL, 1 << 4, 0, 1 }, { "thunderbird", NULL, 1 << 4, 0, 1 }, { "Sonixd", NULL, 1 << 8, 0, 1 }, - { "KeePassXC", "Unlock Database - KeePassXC", 1 << 1, 0, 0 }, { "KeePassXC", NULL, 1 << 8, 0, 0 }, + { "KeePassXC", "Unlock Database - KeePassXC", 1 << 1, 1, 0 }, { "easyeffects", NULL, 1 << 8, 0, 1 }, { "pavucontrol", NULL, 1 << 8, 0, 1 }, + { "nextcloud", NULL, 0, 1, -1 }, }; /* layout(s) */