Andrew Clemons 723fb540c5 desktop/grim: Fix build on 32bit. 2 years ago
..
89e02e663fabc534b7e7039514f60a8c5d70070d.patch 723fb540c5 desktop/grim: Fix build on 32bit. 2 years ago
README 7f66d5df46 desktop/grim: Added (Grab images from a Wayland compositor) 2 years ago
grim.SlackBuild 723fb540c5 desktop/grim: Fix build on 32bit. 2 years ago
grim.info 7f66d5df46 desktop/grim: Added (Grab images from a Wayland compositor) 2 years ago
slack-desc 7f66d5df46 desktop/grim: Added (Grab images from a Wayland compositor) 2 years ago

README

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