Skip to content

Commit dcdab08

Browse files
committed
config/media/pipewire: fix formatting
1 parent 65f04e9 commit dcdab08

1 file changed

Lines changed: 17 additions & 18 deletions

File tree

src/config/media/pipewire.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ manager, PipeWire will not function. The reference
3232
was originally provided in the Void `pipewire` package and configured to run by
3333
default to satisfy this requirement. However, `pipewire-media-session` is
3434
deprecated and the authors recommend using
35-
[WirePlumber](https://pipewire.pages.freedesktop.org/wireplumber/) in its
36-
place. Install the `wireplumber` package to use this session manager with
37-
PipeWire.
35+
[WirePlumber](https://pipewire.pages.freedesktop.org/wireplumber/) in its place.
36+
Install the `wireplumber` package to use this session manager with PipeWire.
3837

3938
The standard Void configuration, which causes `pipewire` to launch
4039
`pipewire-media-session` automatically, must be overridden to use `wireplumber`.
@@ -66,21 +65,21 @@ $ sed '/path.*=.*pipewire-media-session/s/{/#{/' \
6665
> reconcile any changes with each `pipewire` update.
6766
6867
Now, configure `wireplumber` to start alongside `pipewire`. If your window
69-
manager or desktop environment auto-start mechanism is used to start
70-
`pipewire`, it is recommended to use the same mechanism for starting
71-
`wireplumber`. The `wireplumber` package includes a `wireplumber.desktop`
72-
Desktop Entry file that may be useful in this situation.
73-
74-
> Be aware that `wireplumber` must launch *after* the `pipewire` executable.
75-
> The Desktop Application Autostart Specification makes no provision for
76-
> ordering of services started via Desktop Entry files. When relying on these
77-
> files to launch `pipewire` and `wireplumber`, consult the documentation for
78-
> your window manager or desktop environment to determine whether proper
79-
> ordering of services can be achieved.
68+
manager or desktop environment auto-start mechanism is used to start `pipewire`,
69+
it is recommended to use the same mechanism for starting `wireplumber`. The
70+
`wireplumber` package includes a `wireplumber.desktop` Desktop Entry file that
71+
may be useful in this situation.
72+
73+
> Be aware that `wireplumber` must launch *after* the `pipewire` executable. The
74+
> Desktop Application Autostart Specification makes no provision for ordering of
75+
> services started via Desktop Entry files. When relying on these files to
76+
> launch `pipewire` and `wireplumber`, consult the documentation for your window
77+
> manager or desktop environment to determine whether proper ordering of
78+
> services can be achieved.
8079
8180
If proper ordering of separate `pipewire` and `wireplumber` services is
82-
infeasible, it is possible to configure `pipewire` to launch the session
83-
manager directly. This can be accomplished by running
81+
infeasible, it is possible to configure `pipewire` to launch the session manager
82+
directly. This can be accomplished by running
8483

8584
```
8685
# mkdir -p /etc/pipewire/pipewire.conf.d
@@ -103,8 +102,8 @@ management.
103102
In its default configuration, WirePlumber requires an active [D-Bus
104103
session](../session-management.md#d-bus). If your desktop environment or window
105104
manager is configured to provide a D-Bus session as well as launch `pipewire`
106-
and `wireplumber`, no further configuration should be required. Users wishing
107-
to launch `pipewire` on its own, *e.g.*, in a `.xinitrc` script, may find it
105+
and `wireplumber`, no further configuration should be required. Users wishing to
106+
launch `pipewire` on its own, *e.g.*, in a `.xinitrc` script, may find it
108107
necessary to configure `pipewire` to launch `wireplumber` directly and wrap the
109108
`pipewire` invocation as
110109

0 commit comments

Comments
 (0)