vincentbernat.i3wm-configur.../dotfiles/systemd/xssproxy.service
Vincent Bernat 504ef3eda2 systemd: make xssproxy ignores all applications
I ran into a bug with Firefox where the application name was "".
Disabling screensaver should just not be allowed.
2025-06-05 08:23:07 +02:00

9 lines
243 B
Desktop File

[Unit]
Description=Proxy between org.freedesktop.ScreenSaver and XSS
PartOf=graphical-session.target
[Service]
Type=dbus
BusName=org.freedesktop.ScreenSaver
ExecStart=%h/.nix-profile/bin/xssproxy -v -i firefox -i zoom -i *
Restart=on-failure