mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-11-14 16:37:37 +01:00
kdeconnect-*: add bluetooth restarting
This commit is contained in:
parent
22e63030b6
commit
2b8b62c4fa
@ -15,6 +15,10 @@
|
|||||||
"name": "Reboot",
|
"name": "Reboot",
|
||||||
"command": "systemctl reboot"
|
"command": "systemctl reboot"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Restart bluetooth",
|
||||||
|
"command": "sudo systemctl restart bluetooth.service bluetoothd.service"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Screenshot [all monitors]",
|
"name": "Screenshot [all monitors]",
|
||||||
"command": "spectacle --background --pointer"
|
"command": "spectacle --background --pointer"
|
||||||
|
|||||||
@ -15,6 +15,10 @@
|
|||||||
"name": "Käynnistä uudelleen",
|
"name": "Käynnistä uudelleen",
|
||||||
"command": "systemctl reboot"
|
"command": "systemctl reboot"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Bluetoothin uudelleenkäynnistys",
|
||||||
|
"command": "sudo systemctl restart bluetooth.service bluetoothd.service"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Kuvankaappaus [kaikki näytöt]",
|
"name": "Kuvankaappaus [kaikki näytöt]",
|
||||||
"command": "spectacle --background --pointer"
|
"command": "spectacle --background --pointer"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user