mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-20 17:15:41 +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]
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue