dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit 27ab9cf1b1230e6e839a6a10eb85c670c59d6f9d
parent 1b39bbf3162ef5ab7c49252c29b5bcb242ebde9c
Author: Leonardo Hernández Hernández <leohdz172@protonmail.com>
Date:   Fri,  2 Dec 2022 23:17:05 -0600

call updatemons() in requestmonstate()

This way we make sure that the Monitor's boxes are updated correctly

Diffstat:
Mdwl.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/dwl.c b/dwl.c @@ -1738,6 +1738,7 @@ requestmonstate(struct wl_listener *listener, void *data) { struct wlr_output_event_request_state *event = data; wlr_output_commit_state(event->output, event->state); + updatemons(NULL, NULL); } void