mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 06:51:58 +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.
|
||||
# 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.
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user