From 24d28e7ca5743425700859ee7502ca6411a9b09f Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 29 Jul 2024 07:41:38 +0300 Subject: [PATCH] kdeconnect-remote-commands-export.json: initial commit --- conf/kdeconnect-remote-commands-export.json | 34 +++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 conf/kdeconnect-remote-commands-export.json diff --git a/conf/kdeconnect-remote-commands-export.json b/conf/kdeconnect-remote-commands-export.json new file mode 100644 index 00000000..1cf336fb --- /dev/null +++ b/conf/kdeconnect-remote-commands-export.json @@ -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" + } +]