Added trivalent audio bug workaround
This commit is contained in:
parent
311aea7a4c
commit
5ffaca41cd
2 changed files with 17 additions and 0 deletions
11
roles/trivalent/tasks/files/etc/systemd/user/pactl.service
Normal file
11
roles/trivalent/tasks/files/etc/systemd/user/pactl.service
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue