converted over to pipewire, easier than I thought
This commit is contained in:
parent
6d356f9461
commit
a04648bfe9
2 changed files with 11 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue