From 99f6ac118313d133d0f72d536124db936b8b7805 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 29 Jul 2024 08:42:02 +0300 Subject: [PATCH] kdeconnect-remote-commands-export.json: add screenshot of active window --- conf/kdeconnect-remote-commands-export.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/conf/kdeconnect-remote-commands-export.json b/conf/kdeconnect-remote-commands-export.json index c7417425..d42fab65 100644 --- a/conf/kdeconnect-remote-commands-export.json +++ b/conf/kdeconnect-remote-commands-export.json @@ -16,8 +16,12 @@ "command": "systemctl reboot" }, { - "name": "Screenshot", - "command": "spectacle -b" + "name": "Screenshot [all monitors]", + "command": "spectacle --background --pointer" + }, + { + "name": "Screenshot active window", + "command": "spectacle --background --pointer --activewindow" }, { "name": "Suspend",