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"