From 1e3f1f706c186cb558b7c5a2d5a228e7d22cfa65 Mon Sep 17 00:00:00 2001 From: FabricSoul Date: Thu, 31 Jul 2025 18:44:10 -0400 Subject: [PATCH] fix: apps for certain layout --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index e06f7a6..1b6ad5d 100644 --- a/config.h +++ b/config.h @@ -27,8 +27,8 @@ static const Rule rules[] = { { "EVE", NULL, 1 << 0, 0, -1 }, // Workspace 1 for EVE { "QQ", NULL, 1 << 5, 0, -1 }, // Workspace 6 for QQ { "discord", NULL, 1 << 5, 0, -1 }, // Workspace 6 for discord - { "kitty", NULL, 1 << 3, 0, -1 }, // Workspace 4 for kitty - { "firefox", NULL, 1 << 4, 0, -1 }, // Workspace 5 for firefox + { "foot", NULL, 1 << 3, 0, -1 }, // Workspace 4 for kitty + { "qutebrowser", NULL, 1 << 4, 0, -1 }, // Workspace 5 for firefox { NULL, "图片查看器", 0, 1, -1 }, // Float the picture viewer by title };