1
0
Fork 0

change how wireplumber is started to prevent it being started twice

This commit is contained in:
Luca Bilke 2023-04-04 13:17:58 +02:00
parent 2abf7641a6
commit e2993047e8
No known key found for this signature in database
GPG Key ID: 7B77C51E8C779E75
2 changed files with 3 additions and 2 deletions

View File

@ -13,6 +13,7 @@ start picom
start unclutter -noevents
start dunst
start pipewire
start wireplumber
start dwmblocks
start remapd

View File

@ -236,13 +236,13 @@ context.exec = [
# but it is better to start it as a systemd service.
# Run the session manager with -h for options.
#
{ path = "/usr/bin/wireplumber" args = "" }
# { path = "/usr/bin/wireplumber" args = "" }
#
# You can optionally start the pulseaudio-server here as well
# but it is better to start it as a systemd service.
# It can be interesting to start another daemon here that listens
# on another address with the -a option (eg. -a tcp:4713).
#
{ path = "/usr/bin/pipewire" args = "-c pipewire-pulse.conf" }
# { path = "/usr/bin/pipewire" args = "-c pipewire-pulse.conf" }
]