diff options
author | Simon Ser <contact@emersion.fr> | 2021-11-24 10:57:53 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-11-24 10:57:53 +0100 |
commit | bcefb71cf61b4d12465c8ba41c79ec6b651e045e (patch) | |
tree | e0f599c17771d7a4a0ab091d82ca6a9b1246182f /docs | |
parent | f132d66816263a509b46092e14755b5e3f0e258f (diff) |
docs/env_vars: drop WLR_DIRECT_TTY
The direct session is gone, so this env var isn't looked up
anymore.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/env_vars.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/env_vars.md b/docs/env_vars.md index 2959ab58..66c6dcc6 100644 --- a/docs/env_vars.md +++ b/docs/env_vars.md @@ -6,7 +6,6 @@ wlroots reads these environment variables libinput, drm, wayland, x11, headless, noop) * *WLR_NO_HARDWARE_CURSORS*: set to 1 to use software cursors instead of hardware cursors -* *WLR_DIRECT_TTY*: specifies the tty to be used (instead of using /dev/tty) * *WLR_XWAYLAND*: specifies the path to an Xwayland binary to be used (instead of following shell search semantics for "Xwayland") * *WLR_RENDERER*: forces the creation of a specified renderer (available |