mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
kdeconnect-remote-commands-export.json: initial commit
This commit is contained in:
parent
8e342a54e5
commit
24d28e7ca5
34
conf/kdeconnect-remote-commands-export.json
Normal file
34
conf/kdeconnect-remote-commands-export.json
Normal 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"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user