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