xssproxy: install and use

This allows me to get logs on who gets a lock and when.
This commit is contained in:
Vincent Bernat 2022-06-30 11:37:09 +02:00
parent 2e4e2d311c
commit a7313e338b
2 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1,7 @@
[Unit]
Description=Proxy between org.freedesktop.ScreenSaver and XSS
PartOf=graphical-session.target
[Service]
ExecStart=%h/.nix-profile/bin/xssproxy -v
Restart=on-failure