From 00bee2a6bd879e4be0ba136043f33c6ea7fd31e8 Mon Sep 17 00:00:00 2001 From: Kenny Levinsen Date: Mon, 15 Mar 2021 23:31:57 +0100 Subject: [PATCH] docs: Minor libseat corrections --- README.md | 1 + docs/env_vars.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97e31b6f..ef68170e 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ Install dependencies: * xkbcommon * udev * pixman +* libseat (optional, for seatd support) * systemd (optional, for logind support) * elogind (optional, for logind support on systems without systemd) * libuuid (optional, for xdg-foreign support) diff --git a/docs/env_vars.md b/docs/env_vars.md index aa4635cc..3c782d80 100644 --- a/docs/env_vars.md +++ b/docs/env_vars.md @@ -7,7 +7,7 @@ wlroots reads these environment variables * *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, seatd, direct) + logind/systemd, libseat, 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")