diff options
author | Ryan Dwyer <ryandwyer1@gmail.com> | 2019-01-17 20:13:55 +1000 |
---|---|---|
committer | Ryan Dwyer <ryandwyer1@gmail.com> | 2019-01-17 20:13:55 +1000 |
commit | 9b4be5a59506a81175ab2eb9248f4035176df5f0 (patch) | |
tree | bde4d21776be98e7e0c51d941e9198d5d11f5c57 /docs/env_vars.md | |
parent | 10b1de6e718f1765f81131447d4b6b86bc78a6f4 (diff) |
Introduce noop backend
The noop backend is similar to headless, but it doesn't contain a
renderer. It can be used as a place to stash views for when there's no
physical outputs connected.
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 b67d1652..fd8fcbac 100644 --- a/docs/env_vars.md +++ b/docs/env_vars.md @@ -11,7 +11,7 @@ wlroots specific control instead of the atomic interface * *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) + wayland, x11, headless, noop) * *WLR_WL_OUTPUTS*: when using the wayland backend specifies the number of outputs * *WLR_X11_OUTPUTS*: when using the X11 backend specifies the number of outputs * *WLR_HEADLESS_OUTPUTS*: when using the headless backend specifies the number |