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",