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)
|
||||
setmon(c, selmon, c->tags);
|
||||
}
|
||||
printstatus();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue