kdeconnect-remote-commands-export.json: add screenshot of active window

This commit is contained in:
Aminda Suomalainen 2024-07-29 08:42:02 +03:00
parent 635d0bd068
commit 99f6ac1183
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 6 additions and 2 deletions

View File

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