forked from mirror/dwl
manually call updatemons in powermgrsetmode()
Fixes: https://codeberg.org/dwl/dwl/issues/713
This commit is contained in:
parent
1d08ade132
commit
30f5063474
1 changed files with 1 additions and 0 deletions
1
dwl.c
1
dwl.c
|
@ -2082,6 +2082,7 @@ powermgrsetmode(struct wl_listener *listener, void *data)
|
|||
wlr_output_commit_state(m->wlr_output, &state);
|
||||
|
||||
m->asleep = !event->mode;
|
||||
updatemons(NULL, NULL);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue