docs/env_vars: fix case of WLR_SCENE_DEBUG_DAMAGE values

The values are lowercase, not uppercase.
This commit is contained in:
Simon Ser 2022-05-27 20:15:00 +02:00 committed by Kirill Primak
parent 75d31509db
commit 0ea1519938
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ wlroots reads these environment variables
## scenes
* *WLR_SCENE_DEBUG_DAMAGE*: specifies debug options for screen damage related
tasks for compositors that use scenes. (available options: NONE, RERENDER,
HIGHLIGHT)
tasks for compositors that use scenes (available options: none, rerender,
highlight)
# Generic