diff options
author | Simon Ser <contact@emersion.fr> | 2020-12-24 12:17:31 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-12-24 12:17:31 +0100 |
commit | 430d37846fc4a98746ca7bc97ea93688a14803f4 (patch) | |
tree | 8b9197757986add24eea54f5cd9f13b918f7960b | |
parent | 21ed6582ceae24f24b8620687a2339e5ce47c27e (diff) |
docs/env_vars: _WAYLAND_DISPLAY isn't used anymore
-rw-r--r-- | docs/env_vars.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/env_vars.md b/docs/env_vars.md index 9fca8165..213738f1 100644 --- a/docs/env_vars.md +++ b/docs/env_vars.md @@ -42,7 +42,7 @@ wlroots reads these environment variables # Generic * *DISPLAY*: if set probe X11 backend in *wlr_backend_autocreate* -* *WAYLAND_DISPLAY*, *_WAYLAND_DISPLAY*, *WAYLAND_SOCKET*: if set probe Wayland - backend in *wlr_backend_autocreate* +* *WAYLAND_DISPLAY*, *WAYLAND_SOCKET*: if set probe Wayland backend in + `wlr_backend_autocreate` * *XCURSOR_PATH*: directory where xcursors are located * *XDG_SESSION_ID*: if set, session ID used by the logind session |