diff options
-rw-r--r-- | config-laptop.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-laptop.h b/config-laptop.h index 033c72b..6734688 100644 --- a/config-laptop.h +++ b/config-laptop.h @@ -70,6 +70,7 @@ static const Rule rules[] = { { "Thunderbird", "Mail", NULL, 1 << 1, False, -1 }, { "TelegramDesktop", "telegram-desktop", "Telegram", 1 << 1, False, -1 }, { "Slack", "slack", NULL, 1 << 1, False, -1}, + { "whatsapp-desktop", "whatsapp-desktop", NULL, 1 << 1, False, -1}, { "Eclipse", "Eclipse", NULL, 1 << 2, False, -1 }, { "jetbrains-idea", "sun-awt-X11-XFramePeer", NULL, 1 << 2, False, -1 }, |