aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2022-05-27 20:15:00 +0200
committerKirill Primak <vyivel@eclair.cafe>2022-05-27 18:26:50 +0000
commit0ea15199386bc748c3b1eb87b1087535743eda12 (patch)
treebb356fb9297d68d921971c11ac073a364b0be537 /docs
parent75d31509db8c28e8379fe9570118ef8c82284581 (diff)
docs/env_vars: fix case of WLR_SCENE_DEBUG_DAMAGE values
The values are lowercase, not uppercase.
Diffstat (limited to 'docs')
-rw-r--r--docs/env_vars.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/env_vars.md b/docs/env_vars.md
index 22626c6b..6a0a9442 100644
--- a/docs/env_vars.md
+++ b/docs/env_vars.md
@@ -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