remove element from applications list

This commit is contained in:
shweet 2024-01-24 23:19:56 -05:00
parent 2b38b8f9bd
commit 83fc7173f5

View File

@ -34,12 +34,10 @@ static const Rule rules[] = {
{ "keepassxc", NULL, NULL, 1 << 1, 0, -1 }, { "keepassxc", NULL, NULL, 1 << 1, 0, -1 },
{ "thunderbird", NULL, NULL, 1 << 2, 0, -1 }, { "thunderbird", NULL, NULL, 1 << 2, 0, -1 },
{ "Thunderbird", NULL, NULL, 1 << 2, 0, -1 }, { "Thunderbird", NULL, NULL, 1 << 2, 0, -1 },
{ "Element", NULL, NULL, 1 << 3, 0, -1 }, { "Discord", NULL, NULL, 1 << 3, 0, -1 },
{ "element-desktop", NULL, NULL, 1 << 3, 0, -1 }, { "discord", NULL, NULL, 1 << 3, 0, -1 },
{ "Discord", NULL, NULL, 1 << 4, 0, -1 }, { "Krita", NULL, NULL, 1 << 4, 0, -1 },
{ "discord", NULL, NULL, 1 << 4, 0, -1 }, { "krita", NULL, NULL, 1 << 4, 0, -1 },
{ "Krita", NULL, NULL, 1 << 5, 0, -1 },
{ "krita", NULL, NULL, 1 << 5, 0, -1 },
}; };
/* layout(s) */ /* layout(s) */