From 434eccda7757d4df5710a491a9af6ea6c41d77b1 Mon Sep 17 00:00:00 2001 From: cheerfulScumbag <164391367+cheerfulScumbag@users.noreply.github.com> Date: Sun, 7 Jun 2026 19:51:40 +0100 Subject: [PATCH] fix session restore status notification --- src/mango.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mango.c b/src/mango.c index 00da9412..28afd39c 100644 --- a/src/mango.c +++ b/src/mango.c @@ -2063,7 +2063,7 @@ void mango_session_apply_restore_entry(Client *c, /* Skip minimized restore for now to avoid introducing new focus changes. */ client_update_oldmonname_record(c, c->mon); - printstatus(); + printstatus(IPC_WATCH_ARRANGGE); } void client_change_mon(Client *c, Monitor *m) {