From 2cd062bce0300bbe6864f22fe0b381dc01231a24 Mon Sep 17 00:00:00 2001 From: zloylinux Date: Sat, 22 Nov 2025 18:34:52 +0700 Subject: [PATCH] Fix syntax --- content/articles/autoconnect-bluetooth-phones/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"