From 35271b171ce2c76da585ee1d0576c6dfc0d20bb2 Mon Sep 17 00:00:00 2001 From: tiyn Date: Tue, 4 Mar 2025 05:42:23 +0100 Subject: [PATCH] modified kepassxc settings --- config.def.h | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/config.def.h b/config.def.h index 4e7be25..ae618b3 100644 --- a/config.def.h +++ b/config.def.h @@ -42,23 +42,24 @@ static const Rule rules[] = { * WM_CLASS(STRING) = instance, class * WM_NAME(STRING) = title */ - /* class instance title tags iscentered isfloating monitor */ - { "firefox", 0, 0, 1 << 1, 0, 0, -1 }, - { "zen", 0, 0, 1 << 1, 0, 0, -1 }, - { "Lutris", 0, 0, 1 << 2, 0, 0, 0 }, - { "zenity", 0, 0, 0, 0, 1, -1 }, - { "steam", 0, 0, 1 << 2, 0, 0, 0 }, - { "discord", 0, 0, 1 << 2, 0, 0, 1 }, - { "TeamSpeak", 0, 0, 1 << 2, 0, 0, 1 }, - { "Element", 0, 0, 1 << 2, 0, 0, 1 }, - { "Signal", 0, 0, 1 << 4, 0, 0, 1 }, - { "TelegramDesktop", 0, 0, 1 << 4, 0, 0, 1 }, - { "threema-web", 0, 0, 1 << 4, 0, 0, 1 }, - { "thunderbird", 0, 0, 1 << 4, 0, 0, 1 }, - { "Sonixd", 0, 0, 1 << 8, 0, 0, 1 }, - { "KeePassXC", 0, 0, 1 << 9, 0, 0, 0 }, - { "easyeffects", 0, 0, 1 << 9, 0, 0, 1 }, - { "pavucontrol", 0, 0, 1 << 9, 0, 0, 1 }, + /* class instance title tags center float mon */ + { "firefox", 0, 0, 1 << 1, 0, 0, -1 }, + { "zen", 0, 0, 1 << 1, 0, 0, -1 }, + { "Lutris", 0, 0, 1 << 2, 0, 0, 0 }, + { "zenity", 0, 0, 0, 0, 1, -1 }, + { "steam", 0, 0, 1 << 2, 0, 0, 0 }, + { "discord", 0, 0, 1 << 2, 0, 0, 1 }, + { "TeamSpeak", 0, 0, 1 << 2, 0, 0, 1 }, + { "Element", 0, 0, 1 << 2, 0, 0, 1 }, + { "Signal", 0, 0, 1 << 4, 0, 0, 1 }, + { "TelegramDesktop", 0, 0, 1 << 4, 0, 0, 1 }, + { "threema-web", 0, 0, 1 << 4, 0, 0, 1 }, + { "thunderbird", 0, 0, 1 << 4, 0, 0, 1 }, + { "Sonixd", 0, 0, 1 << 8, 0, 0, 1 }, + { "KeePassXC", 0, "Unlock Database - KeePassXC", 1 << 1, 0, 0, 0 }, + { "KeePassXC", 0, 0, 1 << 9, 0, 0, 0 }, + { "easyeffects", 0, 0, 1 << 9, 0, 0, 1 }, + { "pavucontrol", 0, 0, 1 << 9, 0, 0, 1 }, }; /* layout(s) */