mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 13:30:47 -05:00
Remove xdg-desktop-portal, should be automatic now
This commit is contained in:
parent
44602f5816
commit
ea36bd8155
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue