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
This commit is contained in:
parent
fadd4706ed
commit
e8db36d5d8
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue