From a04648bfe9a2622733e0b1ad14c8d0afc5047240 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Tue, 7 Jun 2022 21:31:54 -0700 Subject: [PATCH] converted over to pipewire, easier than I thought --- updates.txt | 8 +++++--- xinitrc.txt | 7 ++++++- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/updates.txt b/updates.txt index 7e4c8e74..1b42cdfc 100644 --- a/updates.txt +++ b/updates.txt @@ -14,8 +14,10 @@ add notation about using pick to parse through output, and pipe that using xargs example: ls | pick | xargs bat # will give you a choice of the files from ls, pick displays a menu to "pick" the file, which then is parsed to xargs bat (invokes bat on choice from ls | pick) -Install fast-forward in Librewolf via Firefox extensions page. +Install pipewire: -Install fd: +doas pacman -S pipewire pipewire-pulse pipewire-jack wireplumber lib32-pipewire lib32-pipwire-jack lib32-pipewire-v4l2 -doas pacman -S fd +Copy .xinitrc which now calls pipewire + +cp ~/Documents/notes/xinitrc.txt ~/.xinitrc diff --git a/xinitrc.txt b/xinitrc.txt index b8389d17..3f0d3a75 100644 --- a/xinitrc.txt +++ b/xinitrc.txt @@ -46,7 +46,12 @@ picom --config /home/brian/.config/picom/picom.conf & # --experimental-backends # nm-applet dunst & xbanish & -pulseaudio --start & +# pulseaudio --start & + +# Start pipewire +/usr/bin/pipewire & +/usr/bin/pipewire-pulse & +/usr/bin/wireplumber & # Start i3wm # exec i3