mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-04 18:24:38 +02:00
xssproxy: install and use
This allows me to get logs on who gets a lock and when.
This commit is contained in:
parent
2e4e2d311c
commit
a7313e338b
2 changed files with 9 additions and 1 deletions
|
@ -5,8 +5,8 @@ Wants=autorandr.service
|
||||||
Wants=dunst.socket
|
Wants=dunst.socket
|
||||||
Wants=inputplug.service
|
Wants=inputplug.service
|
||||||
Wants=picom.service
|
Wants=picom.service
|
||||||
Wants=policykit-agent.service
|
|
||||||
Wants=pipewire-pulse.socket
|
Wants=pipewire-pulse.socket
|
||||||
|
Wants=policykit-agent.service
|
||||||
Wants=redshift.service
|
Wants=redshift.service
|
||||||
Wants=ssh-agent.service
|
Wants=ssh-agent.service
|
||||||
Wants=weather.timer
|
Wants=weather.timer
|
||||||
|
@ -14,3 +14,4 @@ Wants=wireplumber.service
|
||||||
Wants=xiccd.service
|
Wants=xiccd.service
|
||||||
Wants=xsettingsd.service
|
Wants=xsettingsd.service
|
||||||
Wants=xss-lock.service
|
Wants=xss-lock.service
|
||||||
|
Wants=xssproxy.service
|
||||||
|
|
7
dotfiles/systemd/xssproxy.service
Normal file
7
dotfiles/systemd/xssproxy.service
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue