fix session restore status notification

This commit is contained in:
cheerfulScumbag 2026-06-07 19:51:40 +01:00
parent c6dbb4b1d6
commit 434eccda77

View file

@ -2063,7 +2063,7 @@ void mango_session_apply_restore_entry(Client *c,
/* Skip minimized restore for now to avoid introducing new focus changes. */ /* Skip minimized restore for now to avoid introducing new focus changes. */
client_update_oldmonname_record(c, c->mon); client_update_oldmonname_record(c, c->mon);
printstatus(); printstatus(IPC_WATCH_ARRANGGE);
} }
void client_change_mon(Client *c, Monitor *m) { void client_change_mon(Client *c, Monitor *m) {