diff options
author | Kenny Levinsen <kl@kl.wtf> | 2021-03-15 21:36:06 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-04-11 10:03:13 +0200 |
commit | d50bbf0bbc49a9a8e010668cd357aba968ae884b (patch) | |
tree | 69665e199e7fb1e8419548412daabec45a37ebc3 /docs/env_vars.md | |
parent | 9f012cac2fbc72bc4395b8c50e6ea18b93b3c164 (diff) |
backend/session: Remove logind backend
This is instead delegated to libseat.
Diffstat (limited to 'docs/env_vars.md')
-rw-r--r-- | docs/env_vars.md | 2 |
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") |