aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKenny Levinsen <kl@kl.wtf>2021-03-15 21:36:06 +0100
committerSimon Ser <contact@emersion.fr>2021-04-11 10:03:13 +0200
commitd50bbf0bbc49a9a8e010668cd357aba968ae884b (patch)
tree69665e199e7fb1e8419548412daabec45a37ebc3 /docs
parent9f012cac2fbc72bc4395b8c50e6ea18b93b3c164 (diff)
backend/session: Remove logind backend
This is instead delegated to libseat.
Diffstat (limited to 'docs')
-rw-r--r--docs/env_vars.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/env_vars.md b/docs/env_vars.md
index 3c782d80..0a6fd896 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, libseat, direct)
+ 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")