You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
- {{ ansible_managed | comment }}
-
- [Unit]
- Description=xss-lock - use external locker as X screen saver
- Documentation=man:xss-lock(1)
- PartOf=graphical-session.target
-
- [Service]
- Type=simple
- Restart=always
- ExecStart=/usr/bin/xss-lock --verbose --transfer-sleep-lock --session=${XDG_SESSION_ID} -- systemctl --user start lockscreen.service
-
- [Install]
- WantedBy=graphical-session.target
|