From 733114f0ca5a09b471514d54dbced4a9a6068e7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Hern=C3=A1ndez=20Hern=C3=A1ndez?= Date: Sat, 24 Jun 2023 10:09:49 -0600 Subject: [PATCH] schedule a frame after commmiting gamma not doing it, may freeze the output or do not actually change the gamma until creating a client --- dwl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dwl.c b/dwl.c index 4ebceab..8cdcd49 100644 --- 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