From ce6f955a483e722e42db4197a4359deb0be5b42b Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Sat, 13 Jan 2024 16:37:13 -0500 Subject: [PATCH] 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 --- src/.config/xinitrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/.config/xinitrc b/src/.config/xinitrc index c2b3335..3cdaa31 100644 --- a/src/.config/xinitrc +++ b/src/.config/xinitrc @@ -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