utilisateur@ordinateur:~$ scrot --help
Usage : scrot [OPTIONS]... [FILE]
Where FILE is the target file for the screenshot.
If FILE is not specified, a date-stamped file will be dropped in the
current directory.
See man scrot for more details
-h, --help display this help and exit
-v, --version output version information and exit
-b, --border When selecting a window, grab wm border too
-c, --count show a countdown before taking the shot
-d, --delay NUM wait NUM seconds before taking a shot
-e, --exec APP run APP on the resulting screenshot
-q, --quality NUM Image quality (1-100) high value means high size, low compression. Default: 75. For lossless compression formats, like png, low quality means high compression.
-m, --multidisp For multiple heads, grab shot from each and join them together.
-s, --select interactively choose a window or rectangle with the mouse
-t, --thumb NUM generate thumbnail too. NUM is the percentage of the original size for the thumbnail to be, or the geometry in percent, e.g. 50x60 or 80x20.
Donc, la section
FILE est optionnelle. Si elle ne contient rien, un nom de fichier est généré automatiquement à partir de la date et l'heure, et le fichier est créé dans le dossier courant. S'il est renseigné, il doit être un chemin et nom de fichier, pas un dossier de destination.
utilisateur@ordinateur:~$ scrot
utilisateur@ordinateur:~$ scrot exemple.png
utilisateur@ordinateur:~$ scrot ~/Images/exemple.png