2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-05 12:00:16 +00:00
cheat.sheets/sheets/scrot
2017-06-04 14:03:11 +00:00

14 lines
325 B
Plaintext

# GUI screenshot tool for taking, editing screenshots
# Take screenshot of the current window
scrot -u
# Take screenshot of the current window including border
scrot -ub
# Interactively select a window or rectangle with the mouse
scrot -s
# Capture the screenshot after 5 seconds, display countdown time
scrot -u -d 5 -c