From ca11036e8364a3c5de8f97f52de2787d65969958 Mon Sep 17 00:00:00 2001 From: sheldonmlee Date: Tue, 9 Nov 2021 01:41:58 +0800 Subject: [PATCH] Updated rules. --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index e02b738..97295c4 100644 --- a/config.h +++ b/config.h @@ -55,8 +55,8 @@ static const Rule rules[] = { { "Lutris", NULL, NULL, 1 << 3, 0, 0, -1 }, { "UE4Editor", NULL, NULL, 1 << 3, 0, 0, -1 }, /* zoom */ - { "zoom", NULL, NULL, 0, 0, 1, -1 }, - { "zoom", NULL, "Zoom Meeting", 0, 0, 1, -1 }, + { "zoom", NULL, NULL, 0, 1, 1, -1 }, + { "zoom", NULL, "Zoom Meeting", 0, 0, 0, -1 }, }; /* layout(s) */