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

@ -5,8 +5,8 @@ Wants=autorandr.service
Wants=dunst.socket
Wants=inputplug.service
Wants=picom.service
Wants=policykit-agent.service
Wants=pipewire-pulse.socket
Wants=policykit-agent.service
Wants=redshift.service
Wants=ssh-agent.service
Wants=weather.timer
@ -14,3 +14,4 @@ Wants=wireplumber.service
Wants=xiccd.service
Wants=xsettingsd.service
Wants=xss-lock.service
Wants=xssproxy.service

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