chore: more rules

This commit is contained in:
Solomon Laing 2026-04-15 21:32:55 +09:30
parent 481166edbc
commit 7618877b6d

View File

@ -50,6 +50,7 @@ static const Rule rules[] = {
{"Nextcloud", NULL, NULL, 1 << 8, 1, 0, -1, 0},
{"feishin", NULL, NULL, 1 << 2, 0, 0, -1, 0},
{"discord", NULL, NULL, 1 << 2, 1, 0, -1, 0},
{"telegram-desktop", NULL, NULL, 1 << 2, 1, 0, -1, 0},
{ NULL, NULL, "scratchpad", 0, 1, 0, -1, 's'}
};