mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 18:24:22 +02:00
12 lines
346 B
SYSTEMD
12 lines
346 B
SYSTEMD
|
[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
|