mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-06-15 11:37:21 +02:00
conf: duplicate kde connect commands for translation
This commit is contained in:
parent
8f978bfdd0
commit
da02c114ae
@ -1,6 +1,6 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "Darkman toggle",
|
"name": "darkman toggle",
|
||||||
"command": "darkman toggle"
|
"command": "darkman toggle"
|
||||||
},
|
},
|
||||||
{
|
{
|
42
conf/kdeconnect-remote-commands-finnish.json
Normal file
42
conf/kdeconnect-remote-commands-finnish.json
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "darkman toggle",
|
||||||
|
"command": "darkman toggle"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Lukitse näyttö",
|
||||||
|
"command": "loginctl lock-session"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Sammuta",
|
||||||
|
"command": "systemctl poweroff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Käynnistä uudelleen",
|
||||||
|
"command": "systemctl reboot"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Kuvankaappaus [kaikki näytöt]",
|
||||||
|
"command": "spectacle --background --pointer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Kuvankaappaus aktiivisesta ikkunasta",
|
||||||
|
"command": "spectacle --background --pointer --activewindow"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Valmiustila",
|
||||||
|
"command": "systemctl suspend"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Top#5 muistia käyttävät prosessit",
|
||||||
|
"command": "kdeconnect-cli -d $(kdeconnect-cli -a --id-only) --ping-msg \"$(ps -eo pid,%mem,cmd --sort=-%mem | head -n 6)\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Avaa näyttölukitus",
|
||||||
|
"command": "loginctl unlock-session"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "[Älä] Häiritse",
|
||||||
|
"command": "qdbus org.kde.kglobalaccel /component/plasmashell invokeShortcut \"toggle do not disturb\""
|
||||||
|
}
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user