mirror of
https://codeberg.org/dwl/dwl.git
synced 2024-12-26 19:26:32 +00:00
Run printstatus() when a monitor is removed
This commit is contained in:
parent
a48ce99e6a
commit
d071a899f3
1 changed files with 1 additions and 0 deletions
1
dwl.c
1
dwl.c
|
@ -740,6 +740,7 @@ closemon(Monitor *m)
|
||||||
if (c->mon == m)
|
if (c->mon == m)
|
||||||
setmon(c, selmon, c->tags);
|
setmon(c, selmon, c->tags);
|
||||||
}
|
}
|
||||||
|
printstatus();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue