From 1b605ec1885e6804acd6e8e0f157e36e93f379d6 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Fri, 11 Jan 2019 15:03:24 +0100 Subject: [PATCH] [MANPAGE] Mention that pango markup can be used for drun-display-format. Fixes: #896 --- doc/rofi-theme-selector.1 | 2 +- doc/rofi.1 | 16 +++++++++++++--- doc/rofi.1.markdown | 4 +++- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/doc/rofi-theme-selector.1 b/doc/rofi-theme-selector.1 index 6a9630c7..47d0bff7 100644 --- a/doc/rofi-theme-selector.1 +++ b/doc/rofi-theme-selector.1 @@ -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 diff --git a/doc/rofi.1 b/doc/rofi.1 index e87d9c66..adaad64d 100644 --- a/doc/rofi.1 +++ b/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} [({generic})] +. +.fi . .IP "" 0 . diff --git a/doc/rofi.1.markdown b/doc/rofi.1.markdown index 9dc176a4..97eff176 100644 --- a/doc/rofi.1.markdown +++ b/doc/rofi.1.markdown @@ -251,7 +251,9 @@ The format string for the drun dialog: * **categories**: the application's categories * **comment**: the application comment - Default: *{name} [({generic})]* +Pango markup can be used to formatting the output. + + Default: {name} [({generic})] `-[no-]drun-show-actions`