diff --git a/dot_local/bin/executable_pipewire-launcher b/dot_local/bin/executable_pipewire-launcher index b5c8b32..ed76330 100644 --- a/dot_local/bin/executable_pipewire-launcher +++ b/dot_local/bin/executable_pipewire-launcher @@ -1,11 +1,5 @@ #!/bin/bash -# Start xdg-desktop-portal -/usr/lib/xdg-desktop-portal -r & - -# Wait for xdg-desktop-portal -while ! pgrep -u $UID -f xdg-desktop-portal >/dev/null; do sleep 1; done - # Kill any running pipewire processes killall -q wireplumber & killall -q pipewire-pulse & killall -q pipewire