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 changed files with 1 additions and 0 deletions

1
dwl.c
View File

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