diff options
author | n3rdopolis <bluescreenavenger@gmail.com> | 2019-11-27 18:46:25 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-11-28 09:39:58 -0500 |
commit | e8db36d5d8536124223a8fd9e55b5ca74be0034a (patch) | |
tree | 5b1f29eaceb1f5ac7e1b0ed244bacf9b62f80a62 | |
parent | fadd4706edccee76355b384d84f43be8528347b2 (diff) |
Update environment variable documentation to include more backends
Testing with exporting WLR_BACKENDS=drm worked, and it wasn't documented. Checking the backends folder, and it also mentions an RDP backend as well
-rw-r--r-- | docs/env_vars.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/env_vars.md b/docs/env_vars.md index 2553d292..e312183d 100644 --- a/docs/env_vars.md +++ b/docs/env_vars.md @@ -9,7 +9,7 @@ wlroots reads these environment variables mode setting * *WLR_LIBINPUT_NO_DEVICES*: set to 1 to not fail without any input devices * *WLR_BACKENDS*: comma-separated list of backends to use (available backends: - wayland, x11, headless, noop) + drm, wayland, x11, rdp, headless, noop) * *WLR_NO_HARDWARE_CURSORS*: set to 1 to use software cursors instead of hardware cursors * *WLR_SESSION*: specifies the wlr\_session to be used (available sessions: |