From 03102681543fa18f47c9b125ae2809271cbd778f Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 31 Jul 2021 17:42:56 +0200 Subject: [PATCH] easyeffects: load appropriate profiles on start --- dotfiles/systemd/easyeffects.service | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/systemd/easyeffects.service b/dotfiles/systemd/easyeffects.service index b9f8849..f731a0e 100644 --- a/dotfiles/systemd/easyeffects.service +++ b/dotfiles/systemd/easyeffects.service @@ -6,3 +6,6 @@ PartOf=graphical-session.target 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