summaryrefslogtreecommitdiff
path: root/.config/x11
diff options
context:
space:
mode:
Diffstat (limited to '.config/x11')
-rwxr-xr-x.config/x11/xprofile5
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/x11/xprofile b/.config/x11/xprofile
index 8ba9496..d3b9205 100755
--- a/.config/x11/xprofile
+++ b/.config/x11/xprofile
@@ -12,6 +12,11 @@ xbanish & # Remove mouse when typing
dwmblocks & # Status bar
echo $PATH > /tmp/path.dbg
+# pipewire
+/usr/bin/pipewire &
+/usr/bin/pipewire-pulse &
+/usr/bin/pipewire-media-session &
+
# This line autostart an instance of Pulseaudio that does not exit on idle.
# This is "necessary" on Artix due to a current bug between PA and
# Chromium-based browsers where they fail to start PA and use dummy output.