From 89275d064367841d87d5fd90d005139e4be4934b Mon Sep 17 00:00:00 2001 From: Zedhugh Chen Date: Tue, 24 Feb 2026 03:14:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=20firefox?= =?UTF-8?q?=20=E5=92=8C=20mpv=20=E7=9B=B8=E5=85=B3=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/default_config.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/default_config.h b/src/default_config.h index 421b195..527ecb3 100644 --- a/src/default_config.h +++ b/src/default_config.h @@ -125,8 +125,9 @@ static const char *const autostart_list[] = { static const rule_t rules[] = { {.role = "dialog", .tag_index = -1, .floating = true}, - {.class = "firefox", .tag_index = 1, .maximize = true}, + {.class = "firefox", .role = "About", .tag_index = 1, .floating = true}, + {.class = "firefox", .role = "browser", .tag_index = 1, .maximize = true}, {.class = "Google-chrome", .tag_index = 1, .maximize = true}, - {.class = "mpv", .tag_index = 3, .switch_to_tag = true, .fullscreen = true}, + {.class = "mpv", .tag_index = 11, .switch_to_tag = true, .fullscreen = true}, {.class = "Emacs", .tag_index = 10, .switch_to_tag = true, .maximize = true}, };