scrot: add two examples (#11748)

* scrot: add two examples

* scrot: replace example description

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
pull/23/head
Alejandro Cervera 2023-12-15 13:22:09 -05:00 committed by GitHub
parent 5f8536e2fd
commit 9f89c45d13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -15,6 +15,14 @@
`scrot --select`
- Capture a screenshot interactively without exiting on keyboard input, press `ESC` to exit:
`scrot --select --ignorekeyboard`
- Capture a screenshot interactively delimiting the region with a colored line:
`scrot --select --line color={{x11_color|rgb_color}}`
- Capture a screenshot from the currently focused window:
`scrot --focused`