mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-21 01:25:42 +02:00
I ran into a bug with Firefox where the application name was "". Disabling screensaver should just not be allowed.
9 lines
243 B
Desktop File
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
|