1
1
.\" Text automatically generated by txt2man
2
- .TH scrot 1 "09 Nov 2021 " "scrot-1.7 " "command line screen capture utility"
2
+ .TH scrot 1 "09 Jan 2023 " "scrot-1.8 " "command line screen capture utility"
3
3
.SH NAME
4
4
\fB scrot \fP - command line screen capture utility
5
5
\fB
6
6
.SH SYNOPSIS
7
7
.nf
8
8
.fam C
9
- \fB scrot \fP [\fB -bcfhikmopsuvz \fP ] [\fB -a \fP \fI X,Y,W,H \fP ] [\fB -C \fP \fI NAME \fP ] [\fB -D \fP \fI DISPLAY \fP ] [\fB -d \fP \fI SEC \fP ] [\fB -e \fP \fI CMD \fP ]
10
- [\fB -F \fP \fI FILE \fP ] [\fB -l \fP \fI STYLE \fP ] [\fB -n \fP \fI OPTS \fP ] [\fB -q \fP \fI NUM \fP ] [\fB -S \fP \fI CMD \fP ] [\fB -t \fP \fI NUM \fP | \fI GEOM \fP ] [\fI FILE \fP ]
9
+ \fB scrot \fP [\fB -bcfhimopuvz \fP ] [\fB -a \fP \fI X,Y,W,H \fP ] [\fB -C \fP \fI NAME \fP ] [\fB -D \fP \fI DISPLAY \fP ] [\fB -d \fP \fI SEC \fP ] [\fB -e \fP \fI CMD \fP ]
10
+ [\fB -F \fP \fI FILE \fP ] [\fB -k \fP \fI OPT \fP ] [\fB -l \fP \fI STYLE \fP ] [\fB -M \fP \fI NUM \fP ] [\fB -n \fP \fI OPTS \fP ] [\fB -q \fP \fI NUM \fP ] [\fB -S \fP \fI CMD \fP ] [\fB -s \fP \fI OPTS \fP ]
11
+ [\fB -t \fP \fI NUM \fP | \fI GEOM \fP ] [\fI FILE \fP ]
11
12
12
13
.fam T
13
14
.fi
@@ -81,9 +82,9 @@ Display help and exit.
81
82
Don't exit for keyboard input. ESC still exits.
82
83
.TP
83
84
.B
84
- \fB -k \fP , \fB --stack \fP OPT
85
+ \fB -k \fP , \fB --stack \fP \fI OPT \fP
85
86
Capture stack/overlapped windows and join them. A
86
- running Composite Manager is needed. OPT it's optional
87
+ running Composite Manager is needed. \fI OPT \fP it's optional
87
88
join letter: v/h (vertical/horizontal). Default: h
88
89
.TP
89
90
.B
@@ -92,6 +93,10 @@ join letter: v/h (vertical/horizontal). Default: h
92
93
option is used; see SELECTION \fI STYLE \fP .
93
94
.TP
94
95
.B
96
+ \fB -M \fP , \fB --monitor \fP \fI NUM \fP
97
+ Capture Xinerama monitor number \fI NUM \fP .
98
+ .TP
99
+ .B
95
100
\fB -m \fP , \fB --multidisp \fP
96
101
For multiple heads, screenshot all of them in order.
97
102
.TP
@@ -122,10 +127,10 @@ file size. Default: 75.
122
127
\fI CMD \fP is an imlib2 script.
123
128
.TP
124
129
.B
125
- \fB -s \fP , \fB --select \fP OPT
130
+ \fB -s \fP , \fB --select \fP \fI OPTS \fP
126
131
Interactively select a window or rectangle with the
127
132
mouse, use the arrow keys to resize. See the \fB -l \fP and
128
- \fB -f \fP options. OPT it's optional; see SELECTION MODE
133
+ \fB -f \fP options. \fI OPTS \fP it's optional; see SELECTION MODE
129
134
.TP
130
135
.B
131
136
\fB -t \fP , \fB --thumb \fP \fI NUM \fP | \fI GEOM \fP
@@ -169,6 +174,7 @@ recognised by \fBscrot\fP:
169
174
$s The image's size in bytes (ignored when used in the filename).
170
175
$t The image's file format (ignored when used in the filename).
171
176
$w The image's width.
177
+ $W The name of the window (only for --select and --focused).
172
178
\\n A literal newline (ignored when used in the filename).
173
179
174
180
.fam T
@@ -290,6 +296,8 @@ Example:
290
296
291
297
.fam T
292
298
.fi
299
+ .SH SEE ALSO
300
+ \fB optipng \fP (1)
293
301
.SH AUTHOR
294
302
\fB scrot \fP was originally developed by Tom Gilbert.
295
303
.PP
0 commit comments