media-session: add logind seat status support

This commit is contained in:
Pauli Virtanen 2021-04-10 16:49:14 +03:00
parent 87aa18edb1
commit 0e80a2497a
6 changed files with 162 additions and 4 deletions

View file

@ -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
]