Gaining Sound on Void Linux
# TL;DR mental note for making audio work
# on a fresh install of Void Linux:
$ xbps-install -S elogind dbus pipewire
$ ln -s /etc/sv/dbus /var/service/dbus
$ mkdir -p /etc/pipewire/pipewire.conf.d
$ ln -s /usr/share/examples/wireplumber/10-wireplumber.conf /etc/pipewire/pipewire.conf.d/
# In ".xinitrc", append this command just before window manager:
~ ...
~ pipewire &
~ exec i3
$ reboot