mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
s/LAB_ADAPTIVE_SYNC/LABWC_ADAPTIVE_SYNC/
Use the the prefix LABWC_ for environment variable to increase consistency.
This commit is contained in:
parent
0a6eead36b
commit
02628bde38
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue