Skip to content

Commit

Permalink
Update environment variable documentation to include more backends
Browse files Browse the repository at this point in the history
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
  • Loading branch information
n3rdopolis authored and Drew DeVault committed Nov 28, 2019
1 parent fadd470 commit e8db36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/env_vars.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e8db36d

Please sign in to comment.