2020-10-20 23:08:19 +00:00
|
|
|
# scrot
|
|
|
|
# Command-line screen capture utility
|
2017-06-04 14:03:11 +00:00
|
|
|
|
2020-10-20 23:08:19 +00:00
|
|
|
# Take screenshot of the current window.
|
2017-06-04 14:03:11 +00:00
|
|
|
scrot -u
|
|
|
|
|
2020-10-20 23:08:19 +00:00
|
|
|
# Take screenshot of the current window, including border.
|
2017-06-04 14:03:11 +00:00
|
|
|
scrot -ub
|
|
|
|
|
2020-10-20 23:08:19 +00:00
|
|
|
# Using a mouse, perform a rectangular selection of the screen to be captured.
|
2017-06-04 14:03:11 +00:00
|
|
|
scrot -s
|
|
|
|
|
2020-10-20 23:08:19 +00:00
|
|
|
# Capture a screenshot after 5 seconds. A countdown is also displayed.
|
2017-06-04 14:03:11 +00:00
|
|
|
scrot -u -d 5 -c
|