HACK: river: Autostart pipewire on non-systemd systems

This is a temporary adjustment to start pipewire as a user process when
river starts up, targeting my new voidlinux installation. Ideally, we
want to have runit user services up and running and being responsible
for maintaining a running pipewire instance but until that is set up we
can simply start it with river.
This commit is contained in:
Marty Oehme 2025-02-23 20:03:58 +01:00 committed by Marty Oehme
parent e3742d43ec
commit 1aa94aa866

View file

@ -343,6 +343,8 @@ should_start swayidle && riverctl spawn "swayidle \
should_start wl-paste && riverctl spawn "wl-paste -t text --watch clipman store"
should_start pipewire && riverctl spawn pipewire
# bash ~/.config/bin/gtktheme # setting our gtk variables
# killall polkit-gnome-authentication-agent-1
# /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &