From 299a6aca165d19560cd07b117e98aec835f47df8 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 14 May 2024 23:00:03 +0200 Subject: [PATCH] hyprxdg : killall avant le lancement de pipewire --- bin/hyprxdg | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/hyprxdg b/bin/hyprxdg index c9b0213..dbc6651 100755 --- a/bin/hyprxdg +++ b/bin/hyprxdg @@ -5,6 +5,7 @@ set -x mkdir -p -- "${XDG_RUNTIME_DIR}/ssh" & # Start PipeWire +killall pipewire wireplumber pipewire & pipewire -c pipewire-pulse.conf & sleep 1