From 01efdcf8e7e4c95b5df6c3bf16840d70f2e00f5d Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Wed, 29 Oct 2025 19:32:21 +0100 Subject: [PATCH] [hypr] fix: Turn volume off at boot --- stow/hyprland/.config/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stow/hyprland/.config/hypr/hyprland.conf b/stow/hyprland/.config/hypr/hyprland.conf index 84fb8cb..6dc3b6b 100644 --- a/stow/hyprland/.config/hypr/hyprland.conf +++ b/stow/hyprland/.config/hypr/hyprland.conf @@ -249,7 +249,7 @@ exec-once = wlsunset -t 2500 -l 50.51 -L 4.21 exec-once = nextcloud --background # Turn volume off at boot -exec-once = wpctl set-mute @DEFAULT_SINK@ 1 +exec-once = bash -c 'for i in $(seq 1 10); do pactl set-sink-mute @DEFAULT_SINK@ 1 && break; sleep 1; done' # STYLING exec-once = swaybg -i "${HOME}/.local/state/sisyphus/bg" --mode=fill