.xinitrc: don't make pipewire start and block itself

This commit is contained in:
dogeystamp 2023-04-22 12:22:08 -04:00
parent cb2305496e
commit 0959d9b6d1
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -16,7 +16,9 @@ wallpaper
xss-lock -- slock &
dunst &
xrdb .Xresources
gentoo-pipewire-launcher &
if ! pgrep pipewire; then
gentoo-pipewire-launcher &
fi
# DBus
export NO_AT_BRIDGE=1