commit 444a5f9dec52161f61d8a42644f7b6625d9aabcd
parent 6b47e2bb621dfba333fb9bd9839b8128c88e58c2
Author: Guido Cella <guido@guidocella.xyz>
Date: Fri, 11 Dec 2020 10:55:33 +0100
enable adaptive sync
The comment in this function's declaration says the backend is free to
ignore this setting, so maybe there's no need to make it configurable?
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/dwl.c b/dwl.c
@@ -848,6 +848,7 @@ createmon(struct wl_listener *listener, void *data)
break;
}
}
+ wlr_output_enable_adaptive_sync(wlr_output, true);
/* Set up event listeners */
m->frame.notify = rendermon;
wl_signal_add(&wlr_output->events.frame, &m->frame);