From 71eaab9d8cba5d08b0bbe021da7ef608cadbb54e Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 24 Dec 2020 12:19:34 +0100 Subject: [PATCH] docs/env_vars: document seatd session --- docs/env_vars.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/env_vars.md b/docs/env_vars.md index 213738f1..6ac87e07 100644 --- a/docs/env_vars.md +++ b/docs/env_vars.md @@ -6,8 +6,8 @@ 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_SESSION*: specifies the wlr\_session to be used (available sessions: - logind/systemd, direct) +* *WLR_SESSION*: specifies the `wlr_session` to be used (available sessions: + logind/systemd, seatd, direct) * *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") @@ -41,7 +41,7 @@ wlroots reads these environment variables # Generic -* *DISPLAY*: if set probe X11 backend in *wlr_backend_autocreate* +* *DISPLAY*: if set probe X11 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