diff --git a/conf/kdeconnect-remote-commands-export.json b/conf/kdeconnect-remote-commands-english.json similarity index 96% rename from conf/kdeconnect-remote-commands-export.json rename to conf/kdeconnect-remote-commands-english.json index f5ec256e..bea8ac48 100644 --- a/conf/kdeconnect-remote-commands-export.json +++ b/conf/kdeconnect-remote-commands-english.json @@ -1,6 +1,6 @@ [ { - "name": "Darkman toggle", + "name": "darkman toggle", "command": "darkman toggle" }, { diff --git a/conf/kdeconnect-remote-commands-finnish.json b/conf/kdeconnect-remote-commands-finnish.json new file mode 100644 index 00000000..ff93a4ba --- /dev/null +++ b/conf/kdeconnect-remote-commands-finnish.json @@ -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\"" + } +]