diff options
author | Simon Ser <contact@emersion.fr> | 2020-01-14 13:27:22 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-01-14 07:38:03 -0700 |
commit | a13aeb971163ab961ea24a677e145d02a8190530 (patch) | |
tree | c5a788b518764f01b79b6b78c054bd20d637d3bd /docs/env_vars.md | |
parent | 32fc25f151e42c72187abe4ff194a0b5ad5c1a79 (diff) |
docs: establish one section per backend
Diffstat (limited to 'docs/env_vars.md')
-rw-r--r-- | docs/env_vars.md | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/docs/env_vars.md b/docs/env_vars.md index 494b004f..e0e10fab 100644 --- a/docs/env_vars.md +++ b/docs/env_vars.md @@ -2,12 +2,6 @@ wlroots reads these environment variables # wlroots specific -* *WLR_DRM_DEVICES*: specifies the DRM devices (as a colon separated list) - instead of auto probing them. The first existing device in this list is - considered the primary DRM device. -* *WLR_DRM_NO_ATOMIC*: set to 1 to use legacy DRM interface instead of atomic - 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: libinput, drm, wayland, x11, headless, noop) * *WLR_NO_HARDWARE_CURSORS*: set to 1 to use software cursors instead of @@ -16,16 +10,28 @@ wlroots reads these environment variables logind/systemd, direct) * *WLR_DIRECT_TTY*: specifies the tty to be used (instead of using /dev/tty) -# Headless backend +## DRM backend + +* *WLR_DRM_DEVICES*: specifies the DRM devices (as a colon separated list) + instead of auto probing them. The first existing device in this list is + considered the primary DRM device. +* *WLR_DRM_NO_ATOMIC*: set to 1 to use legacy DRM interface instead of atomic + mode setting + +## Headless backend * *WLR_HEADLESS_OUTPUTS*: when using the headless backend specifies the number of outputs -# Wayland backend +## libinput backend + +* *WLR_LIBINPUT_NO_DEVICES*: set to 1 to not fail without any input devices + +## Wayland backend * *WLR_WL_OUTPUTS*: when using the wayland backend specifies the number of outputs -# X11 backend +## X11 backend * *WLR_X11_OUTPUTS*: when using the X11 backend specifies the number of outputs |