s/LAB_ADAPTIVE_SYNC/LABWC_ADAPTIVE_SYNC/

Use the the prefix LABWC_ for environment variable to increase
consistency.
This commit is contained in:
Johan Malm 2021-03-30 22:41:17 +01:00
parent 0a6eead36b
commit 02628bde38

View file

@ -827,7 +827,7 @@ new_output_notify(struct wl_listener *listener, void *data)
* TODO: support configuration in run-time * TODO: support configuration in run-time
*/ */
if (getenv("LAB_ADAPTIVE_SYNC")) { if (getenv("LABWC_ADAPTIVE_SYNC")) {
info("Set %s adaptive sync to 'true'", wlr_output->name); info("Set %s adaptive sync to 'true'", wlr_output->name);
wlr_output_enable_adaptive_sync(wlr_output, true); wlr_output_enable_adaptive_sync(wlr_output, true);
} }