diff options
-rw-r--r-- | config-desktop.h | 2 | ||||
-rw-r--r-- | config-laptop.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config-desktop.h b/config-desktop.h index 01eb9ed..32645c9 100644 --- a/config-desktop.h +++ b/config-desktop.h @@ -66,7 +66,7 @@ static const Rule rules[] = { { "Firefox", "Navigator", NULL, 1 << 0, False, -1 }, { "Thunderbird", "Mail", NULL, 1 << 1, False, -1 }, - { "Chromium", "crx_knipolnnllmklapflnccelgolnpehhpl", NULL, 1 << 1, False, -1}, + { "TelegramDesktop", "telegram-desktop", "Telegram", 1 << 1, False, -1 }, { "Slack", "slack", NULL, 1 << 1, False, -1}, { "Eclipse", "Eclipse", NULL, 1 << 2, False, -1 }, diff --git a/config-laptop.h b/config-laptop.h index c905c36..535717f 100644 --- a/config-laptop.h +++ b/config-laptop.h @@ -67,7 +67,7 @@ static const Rule rules[] = { { "Firefox", "Navigator", NULL, 1 << 0, False, -1 }, { "Thunderbird", "Mail", NULL, 1 << 1, False, -1 }, - { "Chromium", "crx_knipolnnllmklapflnccelgolnpehhpl", NULL, 1 << 1, False, -1}, + { "TelegramDesktop", "telegram-desktop", "Telegram", 1 << 1, False, -1 }, { "Slack", "slack", NULL, 1 << 1, False, -1}, { "Eclipse", "Eclipse", NULL, 1 << 2, False, -1 }, |