mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-21 01:25:42 +02:00
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:
parent
27fb180981
commit
504ef3eda2
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ PartOf=graphical-session.target
|
||||||
[Service]
|
[Service]
|
||||||
Type=dbus
|
Type=dbus
|
||||||
BusName=org.freedesktop.ScreenSaver
|
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
|
Restart=on-failure
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue