kdeconnect-remote-commands-export.json: initial commit

This commit is contained in:
Aminda Suomalainen 2024-07-29 07:41:38 +03:00
parent 8e342a54e5
commit 24d28e7ca5
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
[
{
"command": "darkman toggle",
"name": "Darkman toggle"
},
{
"command": "loginctl lock-session",
"name": "Lock screen"
},
{
"command": "systemctl poweroff",
"name": "Power off"
},
{
"command": "systemctl reboot",
"name": "Reboot"
},
{
"command": "spectacle -b",
"name": "Screenshot"
},
{
"command": "systemctl suspend",
"name": "Suspend"
},
{
"command": "kdeconnect-cli -d $(kdeconnect-cli -a --id-only) --ping-msg \"$(ps -eo pid,%mem,cmd --sort=-%mem | head -n 6)\"",
"name": "Top#5 memory eaters"
},
{
"command": "loginctl unlock-session",
"name": "Unlock"
}
]