New comment by dm17 on void-packages repository https://github.com/void-linux/void-packages/issues/25587#issuecomment-778615681 Comment: > Looking at the xsession file for awesomewm, I'm wondering if we should change > > 1. `Exec` to `dbus-launch --exit-with-session awesome` > 2. `Type` to XSession > > Just comparing awesome.desktop with plasma.desktop So that ended up working? Didn't realize using pulse required one to start their WM with dbus. So instead of ```exec awesome``` in .xinitrc we should ```exec dbus-launch --exitwith-session awesome```?