manually call updatemons in powermgrsetmode() Fixes: https://codeberg.org/dwl/dwl/issues/713
1 files changed, 1 insertions(+), 0 deletions(-) M dwl.c
M dwl.c => dwl.c +1 -0
@@ 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