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
+1 -1
View File
@@ -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 &
@@ -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() {