Commit: b4e386f9fe1675aa8df468b9385cd7c5cedc51de
Parent: d9b81b93d1e71548c4d084aa1d11d39a17b1b011
Author: Randy Palamar
Date: Sat, 6 May 2023 20:26:37 -0600
xinitrc: pipewire and friends are started automatically when needed
Diffstat:
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc
@@ -21,10 +21,4 @@ export GTK_IM_MODULE=ibus
export QT_IM_MODULE=ibus
ibus-daemon -drx
-if [ -f /etc/arch-release ]; then
- /usr/bin/pipewire &
- /usr/bin/pipewire-pulse &
- /usr/bin/wireplumber &
-fi
-
exec ~/bin/dwm