diff options
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 88dfa2e..eea5e23 100644 --- a/config.def.h +++ b/config.def.h @@ -42,7 +42,7 @@ static const Rule rules[] = { // TODO: figure out firefox { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, { "St", NULL, NULL, 0, 0, 1, 0, -1 }, { "Brave-browser", NULL, NULL, 1, 0, 0, 1, 1 }, - { "TelegramDesktop", NULL, NULL, 1 << 1, 0, 0, 1, 1 }, + { "TelegramDesktop", NULL, NULL, 1 << 1, 0, 0, 1, 0 }, { "Slack", NULL, NULL, 1 << 1, 0, 0, 1, 1 }, }; |