easyeffects: update headless launch flags

This commit is contained in:
end-4
2025-11-16 09:44:11 +01:00
parent 5c746f34b7
commit be1ce37014
2 changed files with 2 additions and 2 deletions
@@ -30,7 +30,7 @@ Singleton {
function enable() {
root.active = true
Quickshell.execDetached(["bash", "-c", "easyeffects --gapplication-service || flatpak run com.github.wwmm.easyeffects --gapplication-service"])
Quickshell.execDetached(["bash", "-c", "easyeffects --hide-window --service-mode || flatpak run com.github.wwmm.easyeffects --hide-window --service-mode"])
}
function toggle() {