diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-09-17 19:52:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-17 19:52:41 -0400 |
commit | 50a8758313ced79221c67890dde153a5884db76f (patch) | |
tree | 906836cb39e80a1fd6bfdb784b851e84ea55f2fc /docs | |
parent | 8b112730ca8f6abeb3f941dc578b3598878e5480 (diff) | |
parent | 572dfcdba7694dc2221dcab2ed8b57615d59ed83 (diff) |
Merge pull request #1250 from arandomhuman/wlr_session
Add support for WLR_SESSION env variable
Diffstat (limited to 'docs')
-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 ------------------ |