mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +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
|
||||
become: true
|
||||
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)
|
||||
become: true
|
||||
pacman:
|
||||
|
||||
Reference in New Issue
Block a user