Added documentation about percent sizes

This commit is contained in:
Scoopta 2020-03-03 00:07:02 -08:00
parent 512c1cf7b5
commit 3e3846f9b4
2 changed files with 4 additions and 4 deletions

View File

@ -36,10 +36,10 @@ Runs wofi in dmenu mode.
Specifies the mode to run in. A list of modes can be found in \fBwofi\fR(7). Specifies the mode to run in. A list of modes can be found in \fBwofi\fR(7).
.TP .TP
.B \-W, \-\-width=\fIWIDTH\fR .B \-W, \-\-width=\fIWIDTH\fR
Specifies the menu width in pixels, default is 1000. Specifies the menu width in pixels or percent of screen size, default is 1000. Pixels are used unless the number ends with a %.
.TP .TP
.B \-H, \-\-height=\fIHEIGHT\fR .B \-H, \-\-height=\fIHEIGHT\fR
Specifies the menu height in pixels, default is 400. Specifies the menu height in pixels or percent of screen size, default is 400. Pixels are used unless the number ends with a %.
.TP .TP
.B \-p, \-\-prompt=\fIPROMPT\fR .B \-p, \-\-prompt=\fIPROMPT\fR
Sets the prompt to be display in the search box, default is the name of the mode. Sets the prompt to be display in the search box, default is the name of the mode.

View File

@ -32,10 +32,10 @@ Specifies the mode to run in. A list of modes can be found in \fBwofi\fR(7).
Identical to \fBshow\fR. Identical to \fBshow\fR.
.TP .TP
.B width=\fIWIDTH\fR .B width=\fIWIDTH\fR
Specifies the menu width in pixels, default is 1000. Specifies the menu width in pixels or percent of screen size, default is 1000. Pixels are used unless the number ends with a %.
.TP .TP
.B height=\fIHEIGHT\fR .B height=\fIHEIGHT\fR
Specifies the menu height in pixels, default is 400. Specifies the menu height in pixels or percent of screen size, default is 400. Pixels are used unless the number ends with a %.
.TP .TP
.B prompt=\fIPROMPT\fR .B prompt=\fIPROMPT\fR
Sets the prompt to be display in the search box, default is the name of the mode. Sets the prompt to be display in the search box, default is the name of the mode.