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.
This commit is contained in:
Vincent Bernat 2025-06-05 08:23:07 +02:00
parent 27fb180981
commit 504ef3eda2

View file

@ -5,5 +5,5 @@ PartOf=graphical-session.target
[Service]
Type=dbus
BusName=org.freedesktop.ScreenSaver
ExecStart=%h/.nix-profile/bin/xssproxy -v -i firefox -i zoom
ExecStart=%h/.nix-profile/bin/xssproxy -v -i firefox -i zoom -i *
Restart=on-failure