diff --git a/content/articles/autoconnect-bluetooth-phones/index.md b/content/articles/autoconnect-bluetooth-phones/index.md index 2f36025..5536ba2 100644 --- a/content/articles/autoconnect-bluetooth-phones/index.md +++ b/content/articles/autoconnect-bluetooth-phones/index.md @@ -34,7 +34,7 @@ wpctl status Вы увидите свои колонки и Bluetooth-устройства: -```arduino +```ini Audio ├─ Sinks: │ * 136. alsa_output.usb-ARTURIA_ArturiaMsd-00.analog-stereo @@ -96,7 +96,7 @@ sudo chmod +x /usr/local/bin/bt-audio-autoswitch.sh ## Шаг 3: Создаём udev-правило -```udev +```ini # Подключение Bluetooth аудио ACTION=="add", SUBSYSTEM=="sound", KERNEL=="card*", RUN+="/usr/local/bin/bt-audio-autoswitch.sh add"