[hypr] fix: Turn volume off at boot

This commit is contained in:
Tibo De Peuter 2025-10-29 19:32:21 +01:00
parent f655e5223d
commit 01efdcf8e7
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

@ -249,7 +249,7 @@ exec-once = wlsunset -t 2500 -l 50.51 -L 4.21
exec-once = nextcloud --background exec-once = nextcloud --background
# Turn volume off at boot # 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 # STYLING
exec-once = swaybg -i "${HOME}/.local/state/sisyphus/bg" --mode=fill exec-once = swaybg -i "${HOME}/.local/state/sisyphus/bg" --mode=fill