converted over to pipewire, easier than I thought

This commit is contained in:
tomit4 2022-06-07 21:31:54 -07:00
parent 6d356f9461
commit a04648bfe9
2 changed files with 11 additions and 4 deletions

View file

@ -14,8 +14,10 @@ add notation about using pick to parse through output, and pipe that using xargs
example: 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) 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

View file

@ -46,7 +46,12 @@ picom --config /home/brian/.config/picom/picom.conf & # --experimental-backends
# nm-applet # nm-applet
dunst & dunst &
xbanish & xbanish &
pulseaudio --start & # pulseaudio --start &
# Start pipewire
/usr/bin/pipewire &
/usr/bin/pipewire-pulse &
/usr/bin/wireplumber &
# Start i3wm # Start i3wm
# exec i3 # exec i3