From accdbc9491dad14496c36a9eb6b982311ac86790 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Wed, 15 Apr 2026 21:34:49 +0930 Subject: [PATCH] chore: more rules --- config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.def.h b/config.def.h index 61c83df..85669ef 100644 --- a/config.def.h +++ b/config.def.h @@ -51,6 +51,7 @@ static const Rule rules[] = { {"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}, + {"TelegramDesktop", NULL, NULL, 1 << 2, 1, 0, -1, 0}, { NULL, NULL, "scratchpad", 0, 1, 0, -1, 's'} };