2024-07-29 06:41:38 +02:00
|
|
|
[
|
|
|
|
{
|
2024-07-29 07:28:48 +02:00
|
|
|
"name": "Darkman toggle",
|
|
|
|
"command": "darkman toggle"
|
2024-07-29 06:41:38 +02:00
|
|
|
},
|
|
|
|
{
|
2024-07-29 07:28:48 +02:00
|
|
|
"name": "Lock screen",
|
|
|
|
"command": "loginctl lock-session"
|
2024-07-29 06:41:38 +02:00
|
|
|
},
|
|
|
|
{
|
2024-07-29 07:28:48 +02:00
|
|
|
"name": "Power off",
|
|
|
|
"command": "systemctl poweroff"
|
2024-07-29 06:41:38 +02:00
|
|
|
},
|
|
|
|
{
|
2024-07-29 07:28:48 +02:00
|
|
|
"name": "Reboot",
|
|
|
|
"command": "systemctl reboot"
|
2024-07-29 06:41:38 +02:00
|
|
|
},
|
|
|
|
{
|
2024-07-29 07:42:02 +02:00
|
|
|
"name": "Screenshot [all monitors]",
|
|
|
|
"command": "spectacle --background --pointer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Screenshot active window",
|
|
|
|
"command": "spectacle --background --pointer --activewindow"
|
2024-07-29 06:41:38 +02:00
|
|
|
},
|
|
|
|
{
|
2024-07-29 07:28:48 +02:00
|
|
|
"name": "Suspend",
|
|
|
|
"command": "systemctl suspend"
|
2024-07-29 06:41:38 +02:00
|
|
|
},
|
|
|
|
{
|
2024-07-29 07:28:48 +02:00
|
|
|
"name": "Top#5 memory eaters",
|
|
|
|
"command": "kdeconnect-cli -d $(kdeconnect-cli -a --id-only) --ping-msg \"$(ps -eo pid,%mem,cmd --sort=-%mem | head -n 6)\""
|
2024-07-29 06:41:38 +02:00
|
|
|
},
|
|
|
|
{
|
2024-07-29 07:28:48 +02:00
|
|
|
"name": "Unlock",
|
|
|
|
"command": "loginctl unlock-session"
|
2024-07-29 06:41:38 +02:00
|
|
|
}
|
|
|
|
]
|