Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-28 | util: use shm_open for in-memory files | emersion | |
shm_open is a POSIX function creating an in-memory file. Using it simplifies the code and removes the dependency on XDG_RUNTIME_DIR. The only downside is that we need to generate a random name for the shm file. | |||
2018-09-18 | Add support for WLR_SESSION env variable | random human | |
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. | |||
2018-09-14 | output: introduce WLR_NO_HARDWARE_CURSORS | emersion | |
2018-07-18 | Document WLR_HEADLESS_OUTPUTS | Guido Günther | |
2018-05-19 | backend: allow multiple backends in WLR_BACKENDS | emersion | |
2018-05-19 | backend: add WLR_BACKEND env variable | emersion | |
2018-05-03 | Document env vars used by wlroots | Guido Günther | |