diff --git a/man/create-man.sh b/man/create-man.sh index d40adbc..102bbdb 100755 --- a/man/create-man.sh +++ b/man/create-man.sh @@ -16,9 +16,9 @@ txt2man -d "$T2M_DATE" -t $T2M_NAME -r $T2M_NAME-$T2M_VERSION -s $T2M_LEVEL -v " #-------------------------------------------------------- # Put here all data for your first manpage (in T2M lines) -T2M_DATE="09 Nov 2021" +T2M_DATE="09 Jan 2023" T2M_NAME=scrot -T2M_VERSION=1.7 +T2M_VERSION=1.8 T2M_LEVEL=1 T2M_DESC="command line screen capture utility" create-man diff --git a/man/scrot.1 b/man/scrot.1 index b122629..71edf77 100644 --- a/man/scrot.1 +++ b/man/scrot.1 @@ -1,13 +1,14 @@ .\" Text automatically generated by txt2man -.TH scrot 1 "09 Nov 2021" "scrot-1.7" "command line screen capture utility" +.TH scrot 1 "09 Jan 2023" "scrot-1.8" "command line screen capture utility" .SH NAME \fBscrot \fP- command line screen capture utility \fB .SH SYNOPSIS .nf .fam C -\fBscrot\fP [\fB-bcfhikmopsuvz\fP] [\fB-a\fP \fIX,Y,W,H\fP] [\fB-C\fP \fINAME\fP] [\fB-D\fP \fIDISPLAY\fP] [\fB-d\fP \fISEC\fP] [\fB-e\fP \fICMD\fP] - [\fB-F\fP \fIFILE\fP] [\fB-l\fP \fISTYLE\fP] [\fB-n\fP \fIOPTS\fP] [\fB-q\fP \fINUM\fP] [\fB-S\fP \fICMD\fP] [\fB-t\fP \fINUM\fP | \fIGEOM\fP] [\fIFILE\fP] +\fBscrot\fP [\fB-bcfhimopuvz\fP] [\fB-a\fP \fIX,Y,W,H\fP] [\fB-C\fP \fINAME\fP] [\fB-D\fP \fIDISPLAY\fP] [\fB-d\fP \fISEC\fP] [\fB-e\fP \fICMD\fP] + [\fB-F\fP \fIFILE\fP] [\fB-k\fP \fIOPT\fP] [\fB-l\fP \fISTYLE\fP] [\fB-M\fP \fINUM\fP] [\fB-n\fP \fIOPTS\fP] [\fB-q\fP \fINUM\fP] [\fB-S\fP \fICMD\fP] [\fB-s\fP \fIOPTS\fP] + [\fB-t\fP \fINUM\fP | \fIGEOM\fP] [\fIFILE\fP] .fam T .fi @@ -81,9 +82,9 @@ Display help and exit. Don't exit for keyboard input. ESC still exits. .TP .B -\fB-k\fP, \fB--stack\fP OPT +\fB-k\fP, \fB--stack\fP \fIOPT\fP Capture stack/overlapped windows and join them. A -running Composite Manager is needed. OPT it's optional +running Composite Manager is needed. \fIOPT\fP it's optional join letter: v/h (vertical/horizontal). Default: h .TP .B @@ -92,6 +93,10 @@ join letter: v/h (vertical/horizontal). Default: h option is used; see SELECTION \fISTYLE\fP. .TP .B +\fB-M\fP, \fB--monitor\fP \fINUM\fP +Capture Xinerama monitor number \fINUM\fP. +.TP +.B \fB-m\fP, \fB--multidisp\fP For multiple heads, screenshot all of them in order. .TP @@ -122,10 +127,10 @@ file size. Default: 75. \fICMD\fP is an imlib2 script. .TP .B -\fB-s\fP, \fB--select\fP OPT +\fB-s\fP, \fB--select\fP \fIOPTS\fP Interactively select a window or rectangle with the mouse, use the arrow keys to resize. See the \fB-l\fP and -\fB-f\fP options. OPT it's optional; see SELECTION MODE +\fB-f\fP options. \fIOPTS\fP it's optional; see SELECTION MODE .TP .B \fB-t\fP, \fB--thumb\fP \fINUM\fP | \fIGEOM\fP @@ -169,6 +174,7 @@ recognised by \fBscrot\fP: $s The image's size in bytes (ignored when used in the filename). $t The image's file format (ignored when used in the filename). $w The image's width. + $W The name of the window (only for --select and --focused). \\n A literal newline (ignored when used in the filename). .fam T @@ -290,6 +296,8 @@ Example: .fam T .fi +.SH SEE ALSO +\fBoptipng\fP(1) .SH AUTHOR \fBscrot\fP was originally developed by Tom Gilbert. .PP diff --git a/man/scrot.txt b/man/scrot.txt index 4c15825..5660833 100644 --- a/man/scrot.txt +++ b/man/scrot.txt @@ -83,7 +83,7 @@ SPECIAL STRINGS $s The image's size in bytes (ignored when used in the filename). $t The image's file format (ignored when used in the filename). $w The image's width. - $W The name of the window (only for --select and --focused) + $W The name of the window (only for --select and --focused). \\n A literal newline (ignored when used in the filename). Example: @@ -172,6 +172,9 @@ NOTE FORMAT $ scrot -n "-f '/usr/share/fonts/TTF/DroidSans-Bold/40' -x 10 -y 20 -c 255,0,0,255 -t 'Hi'" +SEE ALSO + optipng(1) + AUTHOR scrot was originally developed by Tom Gilbert.