Add pipewire services.

Mostly switched to pipewire now, includes moving mpv to use the pulse
backend.
This commit is contained in:
Érico Nogueira 2021-06-05 02:53:53 -03:00
parent 101f1c531d
commit e7fb416321
4 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,8 @@
vo=gpu
hwdec=auto-safe
gpu-api=vulkan
ao=sndio
#ao=sndio
ao=pulse
demuxer-max-bytes=10G

View File

@ -0,0 +1,2 @@
#!/bin/execlineb -P
pipewire-pulse

2
wayland/services/pipe/run Executable file
View File

@ -0,0 +1,2 @@
#!/bin/execlineb -P
pipewire

View File