1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-01-27 15:25:24 -05:00

Update manpage.

This commit is contained in:
Dave Davenport 2015-05-28 08:53:53 +02:00
parent 79b1727f6b
commit 29238c51ce
2 changed files with 11 additions and 19 deletions

View file

@ -535,7 +535,8 @@ The following options are further explained in the theming section:
`-mesg` *string*
Add a message line beneath filter. Supports pango markdown.
Add a message line below the filter entry box. Supports pango markup.
For more information on supported markup see [here](https://developer.gnome.org/pango/stable/PangoMarkupFormat.html)
### Message dialog

View file

@ -87,8 +87,7 @@ Keybindings can also be specified in the \fB\fCXresources\fR file.
\fBrofi\fP can emulate \fB\fCdmenu\fR (a dynamic menu for X) when launched with the \fB\fC\-dmenu\fR flag.
.PP
The official website for \fB\fCdmenu\fR can be found here
.UR http://tools.suckless.org/dmenu/
.UE \&.
\[la]http://tools.suckless.org/dmenu/\[ra]\&.
.SH OPTIONS
.PP
There are currently three methods of setting configuration options:
@ -98,9 +97,7 @@ Compile time: edit config.c. This method is strongly discouraged.
.IP \(bu 2
Xresources: A method of storing key values in the Xserver. See
here
.UR https://en.wikipedia.org/wiki/X_resources
.UE
for more information.
\[la]https://en.wikipedia.org/wiki/X_resources\[ra] for more information.
.IP \(bu 2
Command\-line options: Arguments passed to \fBrofi\fP\&.
.RE
@ -706,11 +703,9 @@ Select first line that matches the given string
.PP
\fB\fC\-mesg\fR \fIstring\fP
.PP
.RS
.nf
Add a message line beneath filter. Supports pango markdown.
.fi
.RE
Add a message line below the filter entry box. Supports pango markup.
For more information on supported markup see here
\[la]https://developer.gnome.org/pango/stable/PangoMarkupFormat.html\[ra]
.SS Message dialog
.PP
\fB\fC\-e\fR \fImessage\fP
@ -948,22 +943,18 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
.SH WEBSITE
.PP
\fBrofi\fP website can be found at here
.UR https://davedavenport.github.io/rofi/
.UE
\[la]https://davedavenport.github.io/rofi/\[ra]
.PP
\fBrofi\fP bugtracker can be found here
.UR https://github.com/DaveDavenport/rofi/issues
.UE
\[la]https://github.com/DaveDavenport/rofi/issues\[ra]
.SH AUTHOR
.PP
Qball Cow
.MT qball@gmpclient.org
.ME
\[la]qball@gmpclient.org\[ra]
.PP
Rasmus Steinke
.PP
Original code based on work by: Sean Pringle
.MT sean.pringle@gmail.com
.ME
\[la]sean.pringle@gmail.com\[ra]
.PP
For a full list of authors, check the AUTHORS file.