table of contents
grim(1) | General Commands Manual | grim(1) |
NAME¶
grim - grab images from a Wayland compositor
SYNOPSIS¶
grim [options...] [output-file]
DESCRIPTION¶
grim is a command-line utility to take screenshots of Wayland desktops. For now it requires support for the screencopy protocol to work. Support for the xdg-output protocol is optional, but improves fractional scaling support.
grim will write an image to output-file, or to a timestamped file name in $GRIM_DEFAULT_DIR if not specified. If $GRIM_DEFAULT_DIR is not set, it falls back first to $XDG_PICTURES_DIR and then to the current working directory. If output-file is -, grim will write the image to the standard output instead.
OPTIONS¶
-h
-s <factor>
-g "<x>,<y> <width>x<height>"
If set to -, read the region from the standard input instead.
-t <type>
-q <quality>
-l <level>
-o <output>
-c
AUTHORS¶
Maintained by Simon Ser <contact@emersion.fr>, who is assisted by other open-source contributors. For more information about grim development, see <https://sr.ht/~emersion/grim>.
2023-06-23 |