Added --lines

This commit is contained in:
Scoopta
2020-02-02 22:29:44 -08:00
parent b266a82b4b
commit 7534181a8f
4 changed files with 47 additions and 1 deletions

View File

@@ -94,6 +94,9 @@ Disables multiple actions for modes that support it.
.TP
.B \-D, \-\-define=\fIKEY=VALUE\fR
Sets a config option
.TP
.B \-L, \-\-lines=\fILINES\fR
Specifies the height in number of lines instead of pixels.
.SH CONFIGURATION
Wofi has 3 main files used for configuration. All files are completely optional.

View File

@@ -91,6 +91,9 @@ Specifies the location. See \fBwofi\fR(7) for more information, default is cente
.B no_actions=\fIBOOL\fR
If true disables multiple actions for modes that support it, default is false.
.TP
.B lines=\fILINES\fR
Specifies the height in number of lines instead of pixels.
.TP
.B orientation=\fIORIENTATION\fR
Specifies the orientation, it can be either horizontal or vertical, default is vertical.
.TP