Fix telegram tag

This commit is contained in:
BitHeaven 2024-08-24 19:14:02 +05:00
parent 25af6dd966
commit 780a7c6092
1 changed files with 12 additions and 12 deletions

View File

@ -34,22 +34,22 @@ static const Rule rules[] = {
*/ */
/* class instance title tags mask isfloating monitor */ /* class instance title tags mask isfloating monitor */
// ----- 1 ----- // ----- 1 -----
{ "st-256color", NULL, NULL, 0, 0, -1 }, { "st-256color", NULL, NULL, 0, 0, -1 },
// ----- 2 ----- // ----- 2 -----
{ "Nemo", NULL, NULL, 1 << 1, 0, -1 }, { "Nemo", NULL, NULL, 1 << 1, 0, -1 },
{ "Code", NULL, NULL, 1 << 1, 0, -1 }, { "Code", NULL, NULL, 1 << 1, 0, -1 },
// ----- 3 ----- // ----- 3 -----
{ "thunderbird", NULL, NULL, 1 << 2, 0, -1 }, { "thunderbird", NULL, NULL, 1 << 2, 0, -1 },
{ "KeePassXC", NULL, NULL, 1 << 2, 0, -1 }, { "KeePassXC", NULL, NULL, 1 << 2, 0, -1 },
// ----- 4 ----- // ----- 4 -----
{ "vesktop", NULL, NULL, 1 << 3, 0, -1 }, { "vesktop", NULL, NULL, 1 << 3, 0, -1 },
{ "discord", NULL, NULL, 1 << 3, 0, -1 }, { "discord", NULL, NULL, 1 << 3, 0, -1 },
{ "KotatogramDesktop", NULL, NULL, 1 << 3, 0, -1 }, { "KotatogramDesktop", NULL, NULL, 1 << 3, 0, -1 },
{ "64Gram", NULL, NULL, 1 << 3, 0, -1 }, { NULL, "Telegram", NULL, 1 << 3, 0, -1 },
// ----- 5 ----- // ----- 5 -----
{ "Steam", NULL, NULL, 1 << 4, 0, -1 }, { "Steam", NULL, NULL, 1 << 4, 0, -1 },
{ "steam", NULL, NULL, 1 << 4, 0, -1 }, { "steam", NULL, NULL, 1 << 4, 0, -1 },
{ "steamwebhelper", NULL, NULL, 1 << 4, 0, -1 }, { "steamwebhelper", NULL, NULL, 1 << 4, 0, -1 },
// ----- 7 ----- // ----- 7 -----
{ "QjackCtl", NULL, NULL, 1 << 6, 1, -1 }, { "QjackCtl", NULL, NULL, 1 << 6, 1, -1 },
{ "PatchMatrix", NULL, NULL, 1 << 6, 0, -1 }, { "PatchMatrix", NULL, NULL, 1 << 6, 0, -1 },