From ac095191f72d92fd1f040a3846a73a3abaf48462 Mon Sep 17 00:00:00 2001 From: desolate <...> Date: Fri, 15 May 2026 17:28:47 +0300 Subject: [PATCH] fix stale pipewire when restarting river session --- dotfiles/river/.config/river/init | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/river/.config/river/init b/dotfiles/river/.config/river/init index 1c63136..2cbec64 100755 --- a/dotfiles/river/.config/river/init +++ b/dotfiles/river/.config/river/init @@ -15,6 +15,7 @@ riverctl set-cursor-warp on-focus-change # Background Color riverctl background-color 0x000000 - +pkill -9 pipewire riverctl spawn 'pipewire' + riverctl spawn 'mako'