mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 20:22:14 +02:00
removed pulseaudio and enabled/started the pipewire service in the sound
role
This commit is contained in:
@@ -19,13 +19,18 @@
|
||||
pacman:
|
||||
name: playerctl
|
||||
state: present
|
||||
- name: Install Pulseaudio (sound system)
|
||||
become: true
|
||||
pacman:
|
||||
name: pulseaudio
|
||||
state: present
|
||||
- name: Install Pulseaudio Systray (system tray volume control)
|
||||
become: true
|
||||
pacman:
|
||||
name: pasystray
|
||||
state: present
|
||||
- name: Enable the Pipewire service
|
||||
become: true
|
||||
service:
|
||||
name: pipewire
|
||||
state: enabled
|
||||
- name: Start the Pipewire service
|
||||
become: true
|
||||
service:
|
||||
name: pipewire
|
||||
state: started
|
||||
|
||||
Reference in New Issue
Block a user