commit 90cf206ac9c14380423b822bdaa5f9cd6994f92d
parent 1a6fd1063af890f59fa7163ff39334c07bba3983
Author: Alex Balgavy <alexander.balgavy@spaceapplications.com>
Date: Fri, 17 May 2024 11:13:38 +0200
Show thunderbird reminders on current window
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/config.h b/config.h
@@ -54,6 +54,7 @@ static const Rule rules[] = {
{ "ripdrag", NULL, NULL, 0, 1, 0, 1, -1 },
{ "Signal", "signal", "Signal", 1 << 7, 0, 0, 0, -1 },
{ "thunderbird", NULL, NULL, 1 << 4, 0, 0, 0, -1 },
+ { "thunderbird", "Calendar", "Reminder", 0, 1, 0, 0, -1 },
{ "Mattermost", NULL, NULL, 1 << 5, 0, 0, 0, -1 },
{ "KeePassXC", "keepassxc", "Passwords", 1 << 6, 0, 0, 0, -1 },
{ "KeePassXC", "keepassxc", "KeePassXC", 1 << 6, 0, 0, 0, -1 },