From 62377822e4a336cb6e2aaff07582dce8f6d66dfe Mon Sep 17 00:00:00 2001 From: Raizo62 Date: Thu, 21 Jan 2021 11:41:42 +0100 Subject: [PATCH] scrot: add example to display a countdown before taking a screenshot (#5162) --- pages/linux/scrot.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/scrot.md b/pages/linux/scrot.md index 0a34722ee..43c1fd5ea 100644 --- a/pages/linux/scrot.md +++ b/pages/linux/scrot.md @@ -17,3 +17,7 @@ - Capture a screenshot from the currently focused window: `scrot --focused` + +- Display a countdown of 10 seconds before taking a screenshot: + +`scrot --count --delay {{10}}`