diff --git a/config.def.h b/config.def.h index 57743ee..dfbb202 100644 --- a/config.def.h +++ b/config.def.h @@ -43,19 +43,20 @@ static const Rule rules[] = { * WM_NAME(STRING) = title */ /* class instance title tags iscentered isfloating monitor */ - { "discord", 0, 0, 1 << 2, 0, 0, 1 }, - { "TelegramDesktop", 0, 0, 1 << 2, 0, 0, 1 }, - { "Element", 0, 0, 1 << 2, 0, 0, 1 }, - { "easyeffects", 0, 0, 1 << 9, 0, 0, 1 }, - { "Pavucontrol", 0, 0, 1 << 9, 0, 0, 1 }, - { "KeePassXC", 0, 0, 1 << 9, 0, 0, 0 }, { "firefox", 0, 0, 1 << 1, 0, 0, -1 }, - { "steam", 0, 0, 1 << 2, 0, 0, 0 }, { "Lutris", 0, 0, 1 << 2, 0, 0, 0 }, + { "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 }, - { "Signal", 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 }, }; /* layout(s) */