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.
This commit is contained in:
random human 2018-09-18 04:48:35 +05:30
parent 8b112730ca
commit 572dfcdba7
No known key found for this signature in database
GPG key ID: 73E5A60444CC77A3
2 changed files with 20 additions and 3 deletions

View file

@ -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
------------------