change how wireplumber is started to prevent it being started twice
This commit is contained in:
parent
b6a807af81
commit
8ce4ddeef5
2 changed files with 3 additions and 2 deletions
|
@ -13,6 +13,7 @@ start picom
|
|||
start unclutter -noevents
|
||||
start dunst
|
||||
start pipewire
|
||||
start wireplumber
|
||||
start dwmblocks
|
||||
start remapd
|
||||
|
||||
|
|
|
@ -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" }
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue