From 9f89c45d13963c933aeb9945b54b2635b9451069 Mon Sep 17 00:00:00 2001 From: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com> Date: Fri, 15 Dec 2023 13:22:09 -0500 Subject: [PATCH] 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> --- pages/linux/scrot.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/linux/scrot.md b/pages/linux/scrot.md index 0c77e459a..8ac7f72cb 100644 --- a/pages/linux/scrot.md +++ b/pages/linux/scrot.md @@ -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`