forked from Shinonome/dots-hyprland
easyeffects: update headless launch flags
This commit is contained in:
@@ -14,7 +14,7 @@ exec-once = sleep 1 && dbus-update-activation-environment --systemd WAYLAND_DISP
|
|||||||
exec-once = hyprpm reload
|
exec-once = hyprpm reload
|
||||||
|
|
||||||
# Audio
|
# Audio
|
||||||
exec-once = easyeffects --gapplication-service
|
exec-once = easyeffects --hide-window --service-mode
|
||||||
|
|
||||||
# Clipboard: history
|
# Clipboard: history
|
||||||
# exec-once = wl-paste --watch cliphist store &
|
# exec-once = wl-paste --watch cliphist store &
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ Singleton {
|
|||||||
|
|
||||||
function enable() {
|
function enable() {
|
||||||
root.active = true
|
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() {
|
function toggle() {
|
||||||
|
|||||||
Reference in New Issue
Block a user