vincentbernat.i3wm-configur.../dotfiles/systemd/xssproxy.service

10 lines
230 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Proxy between org.freedesktop.ScreenSaver and XSS
PartOf=graphical-session.target
[Service]
2022-06-30 11:43:47 +02:00
Type=dbus
BusName=org.freedesktop.ScreenSaver
ExecStart=%h/.nix-profile/bin/xssproxy -v -i firefox
Restart=on-failure