mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[Doc] Small textual tweak.
This commit is contained in:
parent
c2601e08e1
commit
d4a73278f2
2 changed files with 8 additions and 2 deletions
|
@ -166,7 +166,7 @@ Dump the current active theme, in rasi format, to stdout and exit.
|
||||||
\fB\fC\-rasi\-validate\fR \fIfilename\fP
|
\fB\fC\-rasi\-validate\fR \fIfilename\fP
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
Try to parse the file and 0 when succesful.
|
Try to parse the file and return 0 when succesful, non\-zero when failed.
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
\fB\fC\-threads\fR \fInum\fP
|
\fB\fC\-threads\fR \fInum\fP
|
||||||
|
@ -180,7 +180,11 @@ Specify the number of threads \fBrofi\fP should use:
|
||||||
.IP \(bu 2
|
.IP \(bu 2
|
||||||
1: Disable threading
|
1: Disable threading
|
||||||
.IP \(bu 2
|
.IP \(bu 2
|
||||||
|
|
||||||
|
.PP
|
||||||
2..N: Specify the maximum number of threads to use in the thread pool.
|
2..N: Specify the maximum number of threads to use in the thread pool.
|
||||||
|
.PP
|
||||||
|
Default: Autodetect
|
||||||
|
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
|
|
|
@ -106,7 +106,7 @@ Dump the current active theme, in rasi format, to stdout and exit.
|
||||||
|
|
||||||
`-rasi-validate` *filename*
|
`-rasi-validate` *filename*
|
||||||
|
|
||||||
Try to parse the file and 0 when succesful.
|
Try to parse the file and return 0 when succesful, non-zero when failed.
|
||||||
|
|
||||||
`-threads` *num*
|
`-threads` *num*
|
||||||
|
|
||||||
|
@ -116,6 +116,8 @@ Specify the number of threads **rofi** should use:
|
||||||
* 1: Disable threading
|
* 1: Disable threading
|
||||||
* 2..N: Specify the maximum number of threads to use in the thread pool.
|
* 2..N: Specify the maximum number of threads to use in the thread pool.
|
||||||
|
|
||||||
|
Default: Autodetect
|
||||||
|
|
||||||
`-display` *display*
|
`-display` *display*
|
||||||
|
|
||||||
The X server to contact. Default is `$DISPLAY`.
|
The X server to contact. Default is `$DISPLAY`.
|
||||||
|
|
Loading…
Reference in a new issue