1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-03 22:26:05 +02:00

fix pipewire config to run wireplumber

This commit is contained in:
eoli3n 2023-05-26 19:53:49 +02:00
parent dca5b2da82
commit f803a43462
2 changed files with 3 additions and 3 deletions

View File

@ -236,7 +236,7 @@ context.exec = [
# but it is better to start it as a systemd service.
# Run the session manager with -h for options.
#
{ path = "wireplumber" args = "" }
{ path = "/bin/wireplumber" args = "" }
#
# You can optionally start the pulseaudio-server here as well
# but it is better to start it as a systemd service.

View File

@ -3,10 +3,10 @@
file:
path: ~/.config/pipewire/
state: directory
when: ansible_distribution == 'void'
when: ansible_distribution == 'Void'
- name: configure pipewire
copy:
src: pipewire.conf
dest: ~/.config/pipewire/pipewire.conf
when: ansible_distribution == 'void'
when: ansible_distribution == 'Void'