vincentbernat.i3wm-configur.../dotfiles/systemd/easyeffects.service
Vincent Bernat 2dd1c9e1c7 Revert "easyeffects: run Flatpak"
This reverts commit 2d45bb63f5. Dunno
how to properly integrate a Flatpak with systemd.
2021-12-27 11:43:33 +01:00

11 lines
346 B
Desktop File

[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