From 504ef3eda28177b193dfd6cec74226188824df76 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 5 Jun 2025 08:23:07 +0200 Subject: [PATCH] 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. --- dotfiles/systemd/xssproxy.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/systemd/xssproxy.service b/dotfiles/systemd/xssproxy.service index f0ddb73..d17e2ca 100644 --- a/dotfiles/systemd/xssproxy.service +++ b/dotfiles/systemd/xssproxy.service @@ -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