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:
parent
dca5b2da82
commit
f803a43462
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user