[MANPAGE] Mention that pango markup can be used for drun-display-format.

Fixes: #896
This commit is contained in:
Dave Davenport 2019-01-11 15:03:24 +01:00
parent f42cffe962
commit 1b605ec188
3 changed files with 17 additions and 5 deletions

View File

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "ROFI\-THEME\-SELECTOR" "1" "May 2018" "" ""
.TH "ROFI\-THEME\-SELECTOR" "1" "January 2018" "" ""
.
.SH "NAME"
\fBrofi\-theme\-selector\fR \- Preview and apply themes for \fBrofi\fR

View File

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "ROFI" "1" "November 2018" "" ""
.TH "ROFI" "1" "January 2019" "" ""
.
.SH "NAME"
\fBrofi\fR \- A window switcher, application launcher, ssh dialog and dmenu replacement
@ -444,8 +444,18 @@ The format string for the drun dialog:
.IP "\(bu" 4
\fBcomment\fR: the application comment
.
.IP
Default: \fI{name} [\fI({generic})\fR]\fR
.IP "" 0
.
.P
Pango markup can be used to formatting the output\.
.
.IP "" 4
.
.nf
Default: {name} [<span weight=\'light\' size=\'small\'><i>({generic})</i></span>]
.
.fi
.
.IP "" 0
.

View File

@ -251,7 +251,9 @@ The format string for the drun dialog:
* **categories**: the application's categories
* **comment**: the application comment
Default: *{name} [<span weight='light' size='small'><i>({generic})</i></span>]*
Pango markup can be used to formatting the output.
Default: {name} [<span weight='light' size='small'><i>({generic})</i></span>]
`-[no-]drun-show-actions`