Do not follow this link

~rf/systemd-inhibit-various

Daemon that inhibits sleep when media is playing.
b20af0fa — Rafael Franco 2 years ago
Fix systemd service so it works as user service
54840bcc — Rafael Franco 2 years ago
Initial commit

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~rf/systemd-inhibit-various
read/write
git@git.sr.ht:~rf/systemd-inhibit-various

You can also use your local clone with git send-email.

# Systemd-Inhibit-Various

Connects to DBus to inhibit the system from sleeping (or whatever) when certain
things are happening. See inhibitors.go to see available inhibitors.

The main goal is to avoid suspending the system when a charger is connected and
when media is playing. Right now it supports Spotify and VLC, but is easily
extensible.
Do not follow this link