~ruther/dwl

444a5f9dec52161f61d8a42644f7b6625d9aabcd — Guido Cella 4 years ago 6b47e2b
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?
1 files changed, 1 insertions(+), 0 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -0
@@ 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);

Do not follow this link