ensuring pipewire does not get in the way when installing pulseaudio

This commit is contained in:
aminnairi
2023-12-31 18:44:34 +01:00
parent 582cf8e5bb
commit 6c7896ac0d
+5
View File
@@ -64,6 +64,11 @@
- name: Set the keyboard layout - name: Set the keyboard layout
become: true become: true
command: localectl set-x11-keymap us pc105 euro --no-convert compose:ralt command: localectl set-x11-keymap us pc105 euro --no-convert compose:ralt
- name: Remove Pipewire Pulseaudio bridge
become: true
pacman:
name: pipewire-pulse
state: absent
- name: Install Pulsemixer (Pulseaudio Terminal UI) - name: Install Pulsemixer (Pulseaudio Terminal UI)
become: true become: true
pacman: pacman: