add connect/disconnect command for headset to KDE connect

This commit is contained in:
Lillian Violet 2025-06-15 18:27:55 +02:00
parent f1a669d409
commit e88c82f55d

View file

@ -40,7 +40,11 @@
"name": "webcam to phone" "name": "webcam to phone"
}, },
{ {
"command": "", "command": "bluetoothctl connect 38:18:4C:11:56:99",
"name": "" "name": "connect headset"
},
{
"command": "bluetoothctl disconnect 38:18:4C:11:56:99",
"name": "disconnect headset"
} }
] ]