aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2018-03-25 00:26:43 +0100
committerEduardo Pedroni <e.pedroni91@gmail.com>2018-03-25 00:26:43 +0100
commitcd25b379b59b0c41ba25bd8c945765ee389e241d (patch)
tree62bd51acc8d385e71806d7c0831786360317b5f3
parent756ba9ed665a4624217c9db42704ef014129c27b (diff)
Added rocketchat to default tag assignments
-rw-r--r--config-desktop.h2
-rw-r--r--config-laptop.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/config-desktop.h b/config-desktop.h
index 631ba14..41511f0 100644
--- a/config-desktop.h
+++ b/config-desktop.h
@@ -68,6 +68,8 @@ 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},
+ { "Rocket.Chat+", "rocket.chat+", NULL, 1 << 1, False, -1},
{ "Eclipse", "Eclipse", NULL, 1 << 2, False, -1 },
{ "jetbrains-idea", "sun-awt-X11-XFramePeer", NULL, 1 << 2, False, -1 },
diff --git a/config-laptop.h b/config-laptop.h
index 6734688..3d0de13 100644
--- a/config-laptop.h
+++ b/config-laptop.h
@@ -71,6 +71,7 @@ static const Rule rules[] = {
{ "TelegramDesktop", "telegram-desktop", "Telegram", 1 << 1, False, -1 },
{ "Slack", "slack", NULL, 1 << 1, False, -1},
{ "whatsapp-desktop", "whatsapp-desktop", NULL, 1 << 1, False, -1},
+ { "Rocket.Chat+", "rocket.chat+", NULL, 1 << 1, False, -1},
{ "Eclipse", "Eclipse", NULL, 1 << 2, False, -1 },
{ "jetbrains-idea", "sun-awt-X11-XFramePeer", NULL, 1 << 2, False, -1 },