vincentbernat.i3wm-configur.../dotfiles/systemd/xssproxy.service
Vincent Bernat 8d6b52bc2a xssproxy: ignore zoom
It's buggy as well. I think we should just ignore everything.
2022-10-14 13:44:53 +02:00

9 lines
238 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
Restart=on-failure