mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-04 02:04:30 +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
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