From 8d6b52bc2adbb5b5be5824425f08d684e885d1a7 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 14 Oct 2022 13:44:53 +0200 Subject: [PATCH] xssproxy: ignore zoom It's buggy as well. I think we should just ignore everything. --- 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 8b1d5f5..f0ddb73 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 +ExecStart=%h/.nix-profile/bin/xssproxy -v -i firefox -i zoom Restart=on-failure