diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2023-11-18 11:20:56 -0600 |
---|---|---|
committer | Leonardo Hernández Hernández <leohdz172@proton.me> | 2023-11-18 11:20:56 -0600 |
commit | 2751a6195d5b659c8538b2b16fa157e7b920c8c3 (patch) | |
tree | 42a3ffc40ffa31c27b2e294825949fcf41ae1125 | |
parent | fcf324be6c661617a835ee504cb160c7d415d2e0 (diff) |
do not try to enable adaptive sync
-rw-r--r-- | dwl.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -903,11 +903,6 @@ createmon(struct wl_listener *listener, void *data) if (!wlr_output_commit(wlr_output)) return; - /* Try to enable adaptive sync, note that not all monitors support it. - * wlr_output_commit() will deactivate it in case it cannot be enabled */ - wlr_output_enable_adaptive_sync(wlr_output, 1); - wlr_output_commit(wlr_output); - wl_list_insert(&mons, &m->link); printstatus(); |