Added --search

This commit is contained in:
Scoopta
2020-06-14 03:03:00 -07:00
parent b4b7d4be4e
commit 18851d411e
4 changed files with 26 additions and 1 deletions

View File

@@ -106,6 +106,9 @@ Specifies the default sort order. There are currently two orders, default and al
.TP
.B \-G, \-\-gtk\-dark
Instructs wofi to use the dark variant of the current GTK theme, if available.
.TP
.B \-Q, \-\-search
Specifies something to search for immediately on opening
.SH CONFIGURATION
Wofi has 3 main files used for configuration. All files are completely optional.

View File

@@ -103,6 +103,9 @@ Specifies the default sort order. There are currently two orders, default and al
.B gtk_dark=\fIBOOL\fR
If true, instructs wofi to use the dark variant of the current GTK theme (if available). Default is false.
.TP
.B search=\fISTRING\f
Specifies something to search for immediately on opening
.TP
.B orientation=\fIORIENTATION\fR
Specifies the orientation, it can be either horizontal or vertical, default is vertical.
.TP