1
0
Fork 1
mirror of https://codeberg.org/dwl/dwl.git synced 2025-04-11 09:03:16 -07:00

Run printstatus() when a monitor is removed

This commit is contained in:
Ben Jargowsky 2022-04-25 13:48:41 -07:00
parent a48ce99e6a
commit d071a899f3

1
dwl.c
View file

@ -740,6 +740,7 @@ closemon(Monitor *m)
if (c->mon == m)
setmon(c, selmon, c->tags);
}
printstatus();
}
void