aboutsummaryrefslogtreecommitdiff
path: root/modules/services/screen-locker.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* screen-locker: add option `enableDetectSleep`Robert Helgesson2020-04-061-3/+10
| | | | Fixes #1125
* screen-locker: made xss-lock a systemd service.Gregory C. Oakes2020-02-021-6/+15
| | | | | | | Takes advantage of the new `--session` xss-lock parameter to allow xss-lock be made into a systemd service. PR #1015
* Apply `nixfmt` on many filesRobert Helgesson2020-02-021-6/+6
|
* screen-locker: fix systemd unitFlorian Klink2019-06-021-7/+6
| | | | | | | | | | | | | In particular, don't add trailing backslashes introduced by `xautolockExtraOptions`. Systemd's unit file parser seems to have gotten a bit stricter and with systemd 242, the trailing backslash caused the next non-empty line to be ignored. In that case, this was `[Section]`, so all subsequent settings were mistakenly added to `[Service]`, causing them to be ignored entirely. Simplify and fix this by using `concatStringsSep` to build a single `ExecStart` line.
* screen-locker: Add extraOptions for xss-lock and xautolockMinijackson2018-05-011-2/+20
|
* screen-locker: add moduleNikita Uvarov2017-09-201-0/+59