Added trivalent audio bug workaround

This commit is contained in:
mustard 2025-05-19 19:58:27 +02:00
parent 311aea7a4c
commit 5ffaca41cd
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[Unit]
Description=Run pactl to work around edge audio bug
After=pipewire-pulse.socket
Requires=pipewire-pulse.socket
[Service]
Type=oneshot
ExecStart=/usr/bin/pactl info
[Install]
WantedBy=default.target