xinitrc: remove pipewire stuff

instead, use `systemctl --user enable --now pipewire-pulse`
this might be an issue on non-systemd systems but i use arch btw
This commit is contained in:
dogeystamp 2024-01-13 16:37:13 -05:00
parent 6c32030259
commit ce6f955a48
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -17,11 +17,6 @@ wallpaper
xss-lock -- slock &
dunst &
xrdb .Xresources
if ! pgrep pipewire; then
wireplumber &
pipewire &
pipewire-pulse &
fi
# DBus
export NO_AT_BRIDGE=1