diff options
author | random human <random.bored.human@gmail.com> | 2018-09-18 04:48:35 +0530 |
---|---|---|
committer | random human <random.bored.human@gmail.com> | 2018-09-18 05:06:32 +0530 |
commit | 572dfcdba7694dc2221dcab2ed8b57615d59ed83 (patch) | |
tree | 906836cb39e80a1fd6bfdb784b851e84ea55f2fc /docs/env_vars.md | |
parent | 8b112730ca8f6abeb3f941dc578b3598878e5480 (diff) |
Add support for WLR_SESSION env variable
Valid values are "logind"/"systemd" and "direct". If WLR_SESSION is set,
only its value is potentially tried; it will not try any other option.
Diffstat (limited to 'docs/env_vars.md')
-rw-r--r-- | docs/env_vars.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/env_vars.md b/docs/env_vars.md index 34d91579..ef12e0b3 100644 --- a/docs/env_vars.md +++ b/docs/env_vars.md @@ -16,6 +16,8 @@ wlroots specific of outputs * *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) rootston specific ------------------ |