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>
This commit is contained in:
Alejandro Cervera
2023-12-15 13:22:09 -05:00
committed by GitHub
parent 5f8536e2fd
commit 9f89c45d13

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`