dwl

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

commit e7e84b10837424ea6d969afa239944ea53d16b14
parent 9694477b2ffe84a83207c16b805eccf0a9f6aa34
Author: Leonardo Hernández Hernández <leohdz172@proton.me>
Date:   Thu,  7 Dec 2023 22:17:48 -0600

add explanation about why we try to re-apply the gamma LUT on output changes

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

diff --git a/dwl.c b/dwl.c @@ -2596,6 +2596,8 @@ updatemons(struct wl_listener *listener, void *data) if ((c = focustop(m)) && c->isfullscreen) resize(c, m->m, 0); + /* Try to re-set the gamma LUT when updating monitors, + * it's only really needed when enabling a disabled output, but meh. */ m->gamma_lut_changed = 1; config_head->state.enabled = 1; config_head->state.mode = m->wlr_output->current_mode;