From 7c2c708d5406eb9f09a8516a449eb083060ded5d Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Mon, 23 Mar 2026 21:23:24 +1030 Subject: [PATCH] chore: update rules --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 4b703c3..a1f961e 100644 --- a/config.def.h +++ b/config.def.h @@ -48,7 +48,7 @@ static const Rule rules[] = { {"Manager", NULL, NULL, 1 << 7, 1, 0, -1, 0}, {"InputLeap", NULL, NULL, 1 << 8, 1, 1, -1, 0}, {"Nextcloud", NULL, NULL, 1 << 8, 1, 0, -1, 0}, - {"feishin", NULL, NULL, 1 << 2, 1, 0, -1, 0}, + {"feishin", NULL, NULL, 1 << 1, 0, 0, -1, 0}, { NULL, NULL, "scratchpad", 0, 1, 0, -1, 's'} };