scrot: add example to display a countdown before taking a screenshot (#5162)

This commit is contained in:
Raizo62
2021-01-21 11:41:42 +01:00
committed by GitHub
parent 9bfa87d991
commit 62377822e4

View File

@@ -17,3 +17,7 @@
- Capture a screenshot from the currently focused window: - Capture a screenshot from the currently focused window:
`scrot --focused` `scrot --focused`
- Display a countdown of 10 seconds before taking a screenshot:
`scrot --count --delay {{10}}`