From 9fbd7f45e9264817db7e080a777e46a4d5c2832f Mon Sep 17 00:00:00 2001 From: Zedhugh Chen Date: Sun, 8 Mar 2026 03:30:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20client=5Fsend=5Fto?= =?UTF-8?q?=5Ftag=20=E6=93=8D=E4=BD=9C=E7=9A=84=E7=84=A6=E7=82=B9=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/client.c b/src/client.c index 741f2e5..88e565f 100644 --- a/src/client.c +++ b/src/client.c @@ -287,6 +287,8 @@ void client_send_to_tag(client_t *client, uint32_t tag_mask) { client_tags_apply(client); monitor_arrange(client->monitor); monitor_draw_bar(client->monitor); + monitor_deal_focus(client->monitor); + xcb_flush(wm.xcb_conn); } void client_send_to_monitor(client_t *client, monitor_t *monitor) {