Added --columns

This commit is contained in:
Scoopta
2020-02-06 18:22:50 -08:00
parent b7fcedf877
commit df75b649a5
4 changed files with 26 additions and 4 deletions

View File

@@ -97,6 +97,9 @@ Sets a config option
.TP
.B \-L, \-\-lines=\fILINES\fR
Specifies the height in number of lines instead of pixels.
.TP
.B \-w, \-\-columns=\fICOLUMNS\fR
Specifies the number of columns to display, default is 1.
.SH CONFIGURATION
Wofi has 3 main files used for configuration. All files are completely optional.

View File

@@ -94,6 +94,9 @@ If true disables multiple actions for modes that support it, default is false.
.B lines=\fILINES\fR
Specifies the height in number of lines instead of pixels.
.TP
.B columns=\fICOLUMNS\fR
Specifies the number of columns to display, default is 1.
.TP
.B orientation=\fIORIENTATION\fR
Specifies the orientation, it can be either horizontal or vertical, default is vertical.
.TP