Added --monitor

This commit is contained in:
Scoopta
2020-07-18 13:32:05 -07:00
parent e7672ff694
commit 3ab6a0d668
4 changed files with 30 additions and 2 deletions

View File

@@ -109,6 +109,9 @@ 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
.TP
.B \-o, \-\-monitor
Sets the monitor to open on
.SH CONFIGURATION
Wofi has 3 main files used for configuration. All files are completely optional.

View File

@@ -103,9 +103,12 @@ 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
.B search=\fISTRING\fR
Specifies something to search for immediately on opening
.TP
.B monitor=\fISTRING\fR
Sets the monitor to open on
.TP
.B orientation=\fIORIENTATION\fR
Specifies the orientation, it can be either horizontal or vertical, default is vertical.
.TP