diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-04-02 20:07:00 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-04-02 20:07:00 +0100 |
commit | 15608d4ea3621f2d8683d0f40bf34a7c73f55d7d (patch) | |
tree | a1325a78d7452497f81fd929efc45225a8316b31 /.config/river | |
parent | da36c3d9684e95d8ce68a0c07879c062447ec06d (diff) |
Uncommented pipewire / wireplumber lines as back on Void Linux
Diffstat (limited to '.config/river')
-rwxr-xr-x | .config/river/autostart.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/river/autostart.sh b/.config/river/autostart.sh index a974058..b994690 100755 --- a/.config/river/autostart.sh +++ b/.config/river/autostart.sh @@ -7,8 +7,8 @@ pkill -f /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 # Kill any existing pipewire / wireplumber daemons and only then try to start a new set. -# pkill -u "${USER}" -x pipewire\|wireplumber 1>/dev/null 2>&1 -# dbus-run-session pipewire &> /dev/null & +pkill -u "${USER}" -x pipewire\|wireplumber 1>/dev/null 2>&1 +dbus-run-session pipewire &> /dev/null & # Start xdg-desktop-portal-wlr |