diff options
author | Simon Zeni <simon@bl4ckb0ne.ca> | 2021-09-30 10:53:18 -0400 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-11-25 16:49:05 +0000 |
commit | 1d3dd7fc08f22f2e82cb812ced822369e984d845 (patch) | |
tree | 88e9df92e514c019edc40f029927455efa1801d2 /docs/env_vars.md | |
parent | b234edcf58bbd73d64e8d5986aa5cc380d2f48d6 (diff) |
backend: remove noop backend
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 a07b2f19..609ca97b 100644 --- a/docs/env_vars.md +++ b/docs/env_vars.md @@ -3,7 +3,7 @@ wlroots reads these environment variables # wlroots specific * *WLR_BACKENDS*: comma-separated list of backends to use (available backends: - libinput, drm, wayland, x11, headless, noop) + libinput, drm, wayland, x11, headless) * *WLR_NO_HARDWARE_CURSORS*: set to 1 to use software cursors instead of hardware cursors * *WLR_XWAYLAND*: specifies the path to an Xwayland binary to be used (instead |