From be1ce37014e192c148f2fcc0e4963e96bed25d55 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 16 Nov 2025 09:44:11 +0100 Subject: [PATCH] easyeffects: update headless launch flags --- dots/.config/hypr/hyprland/execs.conf | 2 +- dots/.config/quickshell/ii/services/EasyEffects.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/.config/hypr/hyprland/execs.conf b/dots/.config/hypr/hyprland/execs.conf index 4bb9c86e5..bb5dd7225 100644 --- a/dots/.config/hypr/hyprland/execs.conf +++ b/dots/.config/hypr/hyprland/execs.conf @@ -14,7 +14,7 @@ exec-once = sleep 1 && dbus-update-activation-environment --systemd WAYLAND_DISP exec-once = hyprpm reload # Audio -exec-once = easyeffects --gapplication-service +exec-once = easyeffects --hide-window --service-mode # Clipboard: history # exec-once = wl-paste --watch cliphist store & diff --git a/dots/.config/quickshell/ii/services/EasyEffects.qml b/dots/.config/quickshell/ii/services/EasyEffects.qml index 4117e50c4..e21a0a67f 100644 --- a/dots/.config/quickshell/ii/services/EasyEffects.qml +++ b/dots/.config/quickshell/ii/services/EasyEffects.qml @@ -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() {