mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-23 11:44:07 +02:00
scrot: add example to display a countdown before taking a screenshot (#5162)
This commit is contained in:
parent
9bfa87d991
commit
62377822e4
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue