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