From 76665d60ccb1de5b7b0adaafde7b838ee9d0a76d Mon Sep 17 00:00:00 2001 From: terminalforlife Date: Wed, 21 Oct 2020 00:08:19 +0100 Subject: [PATCH] Correct scrot header & tweak remaining text --- sheets/scrot | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/sheets/scrot b/sheets/scrot index 4d2c2c9..bc2e3f7 100644 --- a/sheets/scrot +++ b/sheets/scrot @@ -1,13 +1,14 @@ -# GUI screenshot tool for taking, editing screenshots +# scrot +# Command-line screen capture utility -# Take screenshot of the current window +# Take screenshot of the current window. scrot -u -# Take screenshot of the current window including border +# Take screenshot of the current window, including border. scrot -ub -# Interactively select a window or rectangle with the mouse +# Using a mouse, perform a rectangular selection of the screen to be captured. scrot -s -# Capture the screenshot after 5 seconds, display countdown time +# Capture a screenshot after 5 seconds. A countdown is also displayed. scrot -u -d 5 -c