From 8fbfe9006d524e465380359db9c74e314d0ad2e5 Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Wed, 30 Aug 2023 06:38:06 +0300 Subject: [PATCH] feat(rules): remove the discord rule, i just wanna be abel to open it in any tag --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 9317b5f..ddf1d7f 100644 --- a/src/config.h +++ b/src/config.h @@ -54,7 +54,7 @@ static const Rule rules[] = { {"Tor Browser", "Navigator", NULL, 9 << 9, 0,-1}, // Open it in tag 10 (9 in array) (; tag) {"KeePassXC", "keepassxc", NULL, 9 << 9, 0, -1}, // 1000000000 (; tag) {"firefoxdeveloperedition", "Navigator", NULL, 1 << 0, 0,-1}, // 0000000001 (www tag) - {"discord", NULL, NULL, 4 << 1, 0, -1}, // 0000001000 (chat tag) + //{"discord", NULL, NULL, 4 << 1, 0, -1}, // 0000001000 (chat tag) {"Virt-manager", "virt-manager", NULL, 9 << 7, 0,-1}, // 0010000000 (vbox tag) {"VirtualBox Manager", "VirtualBox Manager", NULL, 9 << 7, 0,1}, // 0010000000 (vbox tag) {NULL, "open.spotify.com", NULL, 8 << 3, 0, -1}, // 0001000000 (mus tag)