1grim(1)                     General Commands Manual                    grim(1)
2
3
4

NAME

6       grim - grab images from a Wayland compositor
7

DESCRIPTION

9       grim [options...] [output-file]
10

SYNOPSIS

12       grim is a command-line utility to take screenshots of Wayland desktops.
13       For now it requires support for the screencopy protocol to work. Sup‐
14       port for the xdg-output protocol is optional, but improves fractional
15       scaling support.
16
17       grim will write an image to output-file, or to a timestamped file name
18       in $GRIM_DEFAULT_DIR if not specified. If $GRIM_DEFAULT_DIR is not set,
19       it falls back first to $XDG_PICTURES_DIR and then to the current work‐
20       ing directory. If output-file is -, grim will write the image to the
21       standard output instead.
22

OPTIONS

24       -h
25           Show help message and quit.
26
27       -s <factor>
28           Set the output image's scale factor to factor. By default, the
29           scale factor is set to the highest of all outputs.
30
31       -g "<x>,<y> <width>x<height>"
32           Set the region to capture, in layout coordinates.
33
34           If set to -, read the region from the standard input instead.
35
36       -t <type>
37           Set the output image's file format to type. By default, the file‐
38           type is set to png, valid values are png, jpeg or ppm.
39
40       -q <quality>
41           Set the output jpeg's filetype compression rate to quality. By
42           default, the jpeg quality is 80, valid values are between 0-100.
43
44       -o <output>
45           Set the output name to capture.
46
47       -c
48           Include cursors in the screenshot.
49

AUTHORS

51       Maintained by Simon Ser <contact@emersion.fr>, who is assisted by other
52       open-source contributors. For more information about grim development,
53       see https://github.com/emersion/grim.
54
55
56
57                                  2020-07-28                           grim(1)
Impressum