dwl

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

commit 733114f0ca5a09b471514d54dbced4a9a6068e7b
parent fdb66ccfa3a035202369bb366a401d49bcce22a0
Author: Leonardo Hernández Hernández <leohdz172@proton.me>
Date:   Sat, 24 Jun 2023 10:09:49 -0600

schedule a frame after commmiting gamma

not doing it, may freeze the output or do not actually change the gamma until
creating a client

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

diff --git a/dwl.c b/dwl.c @@ -2075,6 +2075,7 @@ setgamma(struct wl_listener *listener, void *data) } wlr_output_commit_state(event->output, &state); + wlr_output_schedule_frame(event->output); } void