mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
7f66d5df46
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
29 lines
441 B
Text
29 lines
441 B
Text
Grim is a command-line utility to take screenshots of wayland desktops.
|
|
Works great with slurp.
|
|
Requires scdoc
|
|
|
|
Example usage
|
|
|
|
Screenshoot all outputs:
|
|
|
|
grim
|
|
|
|
Screenshoot a specific output:
|
|
|
|
grim -o DP-1
|
|
|
|
Screenshoot a region:
|
|
|
|
grim -g "10,20 300x400"
|
|
|
|
Select a region and screenshoot it:
|
|
|
|
grim -g "$(slurp)"
|
|
|
|
Use a custom filename:
|
|
|
|
grim $(xdg-user-dir PICTURES)/$(date +'%s_grim.png')
|
|
|
|
Screenshoot and copy to clipboard:
|
|
|
|
grim - | wl-copy
|