Skip to content

Commit 3696a4e

Browse files
authored
docs(linux): use GitHub warning text for warning note (#248)
1 parent 7356e57 commit 3696a4e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

linux/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ Then restart WirePlumber:
8282
systemctl --user restart wireplumber
8383
```
8484
85-
**Note:** Do NOT run `mpris-proxy` with WirePlumber - it will conflict and break media controls.
85+
> [!WARNING]
86+
> Do NOT run `mpris-proxy` with WirePlumber - it will conflict and break media controls.
8687
8788
#### PulseAudio
8889
@@ -131,4 +132,4 @@ It is possible that the AirPods disconnect after a short period of time and play
131132
132133
### Why a separate script?
133134
134-
Because I discovered that QBluetooth doesn't support connecting to a socket with its PSM, only a UUID can be used. I could add a dependency on BlueZ, but then having two bluetooth interfaces seems unnecessary. So, I decided to use a separate script for hearing aid features. In the future, QBluetooth will be replaced with BlueZ native calls, and then everything will be in one application.
135+
Because I discovered that QBluetooth doesn't support connecting to a socket with its PSM, only a UUID can be used. I could add a dependency on BlueZ, but then having two bluetooth interfaces seems unnecessary. So, I decided to use a separate script for hearing aid features. In the future, QBluetooth will be replaced with BlueZ native calls, and then everything will be in one application.

0 commit comments

Comments
 (0)