1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}`