Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-15 | backend/session/libseat: Set loglevel to INFO | Kenny Levinsen | |
2020-12-05 | backend/session/libseat: set XDG_SESSION_TYPE | Simon Ser | |
libseat will call logind's SetType method if necessary. | |||
2020-11-24 | backend/libseat: fix change_vt return value | Isaac Freund | |
This should return true on success and false on failure not vice-versa. | |||
2020-11-19 | backend/session: replace session_signal with events.active | Simon Ser | |
This is more idiomatic wlroots API. The new name makes it clear that the signal is emitted when wlr_session.active changes. | |||
2020-09-01 | backend/session/libseat: register log handler | Simon Ser | |
Route libseat errors through wlroots logging infrastructure. This requires libseat 0.2.0. | |||
2020-08-24 | session: Add libseat backend | Kenny Levinsen | |