mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[MANPAGE] Mention that pango markup can be used for drun-display-format.
Fixes: #896
This commit is contained in:
parent
f42cffe962
commit
1b605ec188
3 changed files with 17 additions and 5 deletions
|
@ -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
|
||||
|
|
16
doc/rofi.1
16
doc/rofi.1
|
@ -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
|
||||
.
|
||||
|
|
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in a new issue