diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/env_vars.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/env_vars.md b/docs/env_vars.md index 6ac87e07..aa4635cc 100644 --- a/docs/env_vars.md +++ b/docs/env_vars.md @@ -39,6 +39,11 @@ wlroots reads these environment variables * *WLR_X11_OUTPUTS*: when using the X11 backend specifies the number of outputs +## gles2 renderer + +* *WLR_RENDERER_ALLOW_SOFTWARE*: allows the gles2 renderer to use software + rendering + # Generic * *DISPLAY*: if set probe X11 backend in `wlr_backend_autocreate` |