diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-12-22 22:07:47 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-12-22 22:07:47 +0100 |
commit | 92750ff52f6df270b9c8a2d3068c7e0ff3374265 (patch) | |
tree | e9f8cce65844b230982d81948547bd0469126a1c /.config/x11/xprofile | |
parent | ec82e0f8cc3f9b451c1ce63a948034c6bb2b5bd2 (diff) |
updates
Diffstat (limited to '.config/x11/xprofile')
-rwxr-xr-x | .config/x11/xprofile | 5 |
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. |