diff options
author | n3rdopolis <bluescreenavenger@gmail.com> | 2019-11-27 23:17:19 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-11-28 09:39:58 -0500 |
commit | ce5040a5a137e62be639420b87bb93da468dc0a9 (patch) | |
tree | 236d3ed377f0b7ed83bdff1a95c2ffed9aa62c39 /docs/env_vars.md | |
parent | e8db36d5d8536124223a8fd9e55b5ca74be0034a (diff) |
note libinput as well
Diffstat (limited to 'docs/env_vars.md')
-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 e312183d..2011cd41 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: - drm, wayland, x11, rdp, headless, noop) + libinput, 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: |