Don't use pulse PCM for amixer invocations from labwc
labwc/labwc-rc.xml contains the command invocations like amixer -D pulse sset Master 5%-"
, but this fails on many distros that switched from PulseAudio to pipewire -- where the PCM pulse
isn't defined any longer.
Better to drop -D pulse
option and just use the system default mixer instead.