1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 15:01:59 +01: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

@ -236,7 +236,7 @@ context.exec = [
# but it is better to start it as a systemd service. # but it is better to start it as a systemd service.
# Run the session manager with -h for options. # 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 # You can optionally start the pulseaudio-server here as well
# but it is better to start it as a systemd service. # but it is better to start it as a systemd service.

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