mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-19 14:33:16 -04:00
fix session restore status notification
This commit is contained in:
parent
c6dbb4b1d6
commit
434eccda77
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue