mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-03 15:40:17 +00:00
14 lines
325 B
Plaintext
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
|