diff --git a/pages/linux/scrot.md b/pages/linux/scrot.md index 0a34722ee95f2e..43c1fd5ea6a427 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}}`