From 4bbe67604cd736b4424e97dbe65cb18c1007bfef Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Sun, 6 Aug 2023 14:14:53 +0200 Subject: [PATCH] =?UTF-8?q?Move=20barrier=20to=20tag=209=20=EF=82=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Przemek Grondek --- config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.h b/config.h index 018626b..b4dcd7c 100644 --- a/config.h +++ b/config.h @@ -86,6 +86,7 @@ static const Rule rules[] = { /* Tag 9  */ { "Nextcloud", NULL, NULL, 1 << 8, 0, 0, 0, 0, 0, -1}, { "Virt-viewer", NULL, NULL, 1 << 8, 0, 0, 0, 0, 0, -1}, + { "Barrier" , NULL, NULL, 1 << 8, 0, 0, 0, 0, 0, -1}, }; /* layout(s) */