mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 18:02:13 +02:00
ensuring pipewire does not get in the way when installing pulseaudio
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user