bwrap-helper: Add pipewire alsa compatibility
This commit is contained in:
parent
7959abe5f0
commit
7fdc470595
|
@ -151,7 +151,10 @@ argument_groups = {
|
||||||
*ro_bind(f"{home}/.config/pulse/cookie"),
|
*ro_bind(f"{home}/.config/pulse/cookie"),
|
||||||
*setenv("PULSE_COOKIE", f"{home}/.config/pulse/cookie"),
|
*setenv("PULSE_COOKIE", f"{home}/.config/pulse/cookie"),
|
||||||
# ALSA compat
|
# ALSA compat
|
||||||
*ro_bind("/etc/asound.conf"),
|
*ro_bind("/etc/asound.conf", required=False),
|
||||||
|
*ro_bind("/etc/alsa/conf.d", required=False),
|
||||||
|
# pipewire
|
||||||
|
*ro_bind(f"/run/user/{uid}/pipewire-0", required=False),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
"passwd": (
|
"passwd": (
|
||||||
|
|
Loading…
Reference in a new issue