From 0ea15199386bc748c3b1eb87b1087535743eda12 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 27 May 2022 20:15:00 +0200 Subject: [PATCH] docs/env_vars: fix case of WLR_SCENE_DEBUG_DAMAGE values The values are lowercase, not uppercase. --- docs/env_vars.md | 4 ++-- 1 file 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