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