mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
35 lines
661 B
JSON
35 lines
661 B
JSON
[
|
|
{
|
|
"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"
|
|
}
|
|
]
|