kdeconnect-*: add bluetooth restarting

This commit is contained in:
Aminda Suomalainen 2025-11-10 16:47:59 +02:00
parent 22e63030b6
commit 2b8b62c4fa
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 8 additions and 0 deletions

View File

@ -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"

View File

@ -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"