From e736ebc63cfdf5fb1e8a0b082cf15086875d9a7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Thu, 18 Nov 2021 23:06:13 -0300 Subject: [PATCH] docs: mention WLR_RENDERER=vulkan. This option was added with commit 8e346922508aa3eaccd6e12f2917f6574f349843. --- docs/env_vars.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/env_vars.md b/docs/env_vars.md index 1d39a624..2959ab58 100644 --- a/docs/env_vars.md +++ b/docs/env_vars.md @@ -10,7 +10,7 @@ wlroots reads these environment variables * *WLR_XWAYLAND*: specifies the path to an Xwayland binary to be used (instead of following shell search semantics for "Xwayland") * *WLR_RENDERER*: forces the creation of a specified renderer (available - renderers: gles2, pixman) + renderers: gles2, pixman, vulkan) ## DRM backend