feat(pipewire): Add alsa integration
Any programs running through alsa only (such as spotify_player on voidlinux) should now also work correctly through the pipewire stack.
This commit is contained in:
parent
317b931de0
commit
dc78da4d03
5 changed files with 56 additions and 1 deletions
8
roles/display_manager/defaults/main.yaml
Normal file
8
roles/display_manager/defaults/main.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
# should the system automatically login as the primary user
|
||||
dm_auto_login: true
|
||||
|
||||
# default command to run on login
|
||||
# can be pause if we use services to start graphical env
|
||||
# otherwise a shell, e.g. zsh makes sense
|
||||
dm_command: pause
|
||||
Loading…
Add table
Add a link
Reference in a new issue