mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[MANPAGE] Add comment that only fields in -drun-match-fields can be used in format string.
Fixes: #892
This commit is contained in:
parent
1b605ec188
commit
76273798e4
3 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
.\" generated with Ronn/v0.7.3
|
.\" generated with Ronn/v0.7.3
|
||||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||||
.
|
.
|
||||||
.TH "ROFI\-THEME\-SELECTOR" "1" "January 2018" "" ""
|
.TH "ROFI\-THEME\-SELECTOR" "1" "May 2018" "" ""
|
||||||
.
|
.
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
\fBrofi\-theme\-selector\fR \- Preview and apply themes for \fBrofi\fR
|
\fBrofi\-theme\-selector\fR \- Preview and apply themes for \fBrofi\fR
|
||||||
|
|
|
@ -460,6 +460,9 @@ Default: {name} [<span weight=\'light\' size=\'small\'><i>({generic})</i></span>
|
||||||
.IP "" 0
|
.IP "" 0
|
||||||
.
|
.
|
||||||
.P
|
.P
|
||||||
|
Note: Only fields enabled in \fB\-drun\-match\-fields\fR can be used in the format string\.
|
||||||
|
.
|
||||||
|
.P
|
||||||
\fB\-[no\-]drun\-show\-actions\fR
|
\fB\-[no\-]drun\-show\-actions\fR
|
||||||
.
|
.
|
||||||
.P
|
.P
|
||||||
|
|
|
@ -255,6 +255,8 @@ Pango markup can be used to formatting the output.
|
||||||
|
|
||||||
Default: {name} [<span weight='light' size='small'><i>({generic})</i></span>]
|
Default: {name} [<span weight='light' size='small'><i>({generic})</i></span>]
|
||||||
|
|
||||||
|
Note: Only fields enabled in `-drun-match-fields` can be used in the format string.
|
||||||
|
|
||||||
`-[no-]drun-show-actions`
|
`-[no-]drun-show-actions`
|
||||||
|
|
||||||
Show actions present in the Desktop files.
|
Show actions present in the Desktop files.
|
||||||
|
|
Loading…
Reference in a new issue