mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05:00
media-session: add logind seat status support
This commit is contained in:
parent
87aa18edb1
commit
0e80a2497a
6 changed files with 162 additions and 4 deletions
|
|
@ -82,6 +82,7 @@ session.modules = {
|
|||
#alsa-monitor # alsa udev detection
|
||||
#bluez5 # bluetooth support
|
||||
#restore-stream # restore stream settings
|
||||
#logind # systemd-logind seat support
|
||||
]
|
||||
with-audio = [
|
||||
metadata
|
||||
|
|
@ -100,6 +101,7 @@ session.modules = {
|
|||
with-pulseaudio = [
|
||||
with-audio
|
||||
bluez5
|
||||
logind
|
||||
restore-stream
|
||||
streams-follow-default
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue