From 2b8b62c4fac6531950123b970a4bdc9e24dbcec9 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 10 Nov 2025 16:47:59 +0200 Subject: [PATCH] kdeconnect-*: add bluetooth restarting --- conf/kdeconnect-remote-commands-english.json | 4 ++++ conf/kdeconnect-remote-commands-finnish.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/conf/kdeconnect-remote-commands-english.json b/conf/kdeconnect-remote-commands-english.json index bea8ac48..0925a45e 100644 --- a/conf/kdeconnect-remote-commands-english.json +++ b/conf/kdeconnect-remote-commands-english.json @@ -15,6 +15,10 @@ "name": "Reboot", "command": "systemctl reboot" }, + { + "name": "Restart bluetooth", + "command": "sudo systemctl restart bluetooth.service bluetoothd.service" + }, { "name": "Screenshot [all monitors]", "command": "spectacle --background --pointer" diff --git a/conf/kdeconnect-remote-commands-finnish.json b/conf/kdeconnect-remote-commands-finnish.json index ff93a4ba..6e39c0d6 100644 --- a/conf/kdeconnect-remote-commands-finnish.json +++ b/conf/kdeconnect-remote-commands-finnish.json @@ -15,6 +15,10 @@ "name": "Käynnistä uudelleen", "command": "systemctl reboot" }, + { + "name": "Bluetoothin uudelleenkäynnistys", + "command": "sudo systemctl restart bluetooth.service bluetoothd.service" + }, { "name": "Kuvankaappaus [kaikki näytöt]", "command": "spectacle --background --pointer"