vincentbernat.i3wm-configur.../dotfiles/systemd/easyeffects.service

12 lines
346 B
SYSTEMD
Raw Normal View History

2021-07-31 12:52:27 +02:00
[Unit]
Description=Easyeffects for Pipewire
PartOf=graphical-session.target
[Service]
Type=dbus
BusName=com.github.wwmm.easyeffects
ExecStart=%h/.nix-profile/bin/easyeffects --gapplication-service
ExecStartPost=-%h/.nix-profile/bin/easyeffects -l default-input
ExecStartPost=-%h/.nix-profile/bin/easyeffects -l default-output
Restart=on-failure