There is a new pull request by classabbyamp against master on the void-packages repository https://github.com/classabbyamp/void-packages session-manager-alts https://github.com/void-linux/void-packages/pull/46960 [RFC] create pipewire-session-manager alternative group also moves pipewire/wireplumber configs to `/usr/share/pipewire/pipewire.conf.avail`, which seems like the upstream-compatible place. #### Pros - this will make any future session managers easier to add and switch between - this removes one step in configuring pipewire (no more symlinking wireplumber conf) #### Cons - no way to disable this, short of `noextract=/usr/share/pipewire/pipewire.conf.avail/10-wireplumber.conf` - causes 2 wireplumbers to run, which does not seem to cause issues aside from having 1 that spews errors forever (is this worth an INSTALL.msg?) #### Testing the changes - I tested the changes in this PR: **YES** **needs associated documentation adjustment** cc: @cinerea0 @ahesford @paper42 A patch file from https://github.com/void-linux/void-packages/pull/46960.patch is attached