Update manpage.

This commit is contained in:
QC 2015-04-04 16:46:30 +02:00
parent 71cfb6d553
commit b4c2faf86d
2 changed files with 80 additions and 4 deletions

View File

@ -12,6 +12,8 @@ rofi - A window switcher, run dialog and dmenu replacement
[ -columns *columns* ] [ -columns *columns* ]
[ -font *pangofont* ] [ -font *pangofont* ]
[ -fg *color* ] [ -fg *color* ]
[ -fg-urgent *color* ]
[ -fg-active *color* ]
[ -bg *color* ] [ -bg *color* ]
[ -bgalt *color* ] [ -bgalt *color* ]
[ -hlfg *color* ] [ -hlfg *color* ]
@ -36,6 +38,8 @@ rofi - A window switcher, run dialog and dmenu replacement
[ -eh *element height* ] [ -eh *element height* ]
[ -lazy-filter-limit *limit* ] [ -lazy-filter-limit *limit* ]
[ -e *message*] [ -e *message*]
[ -a *row* ]
[ -u *row* ]
[ -pid *path* ] [ -pid *path* ]
[ -now ] [ -now ]
[ -rnow ] [ -rnow ]
@ -155,6 +159,22 @@ daemon listening to specific key-combinations.
Default: *#222222* Default: *#222222*
`-fg-urgent`
Set the foreground text color (X11 named color or hex #rrggbb) for the menu.
rofi -fg-urgent "#ffcccc"
Default: *#ff2222*
`-fg-active`
Set the foreground text color (X11 named color or hex #rrggbb) for the menu.
rofi -fg-active "#ccccff"
Default: *#2222ff*
`-hlbg` `-hlbg`
Set the background text color (X11 named color or hex #rrggbb) for the highlighted item in the Set the background text color (X11 named color or hex #rrggbb) for the highlighted item in the
@ -377,6 +397,14 @@ daemon listening to specific key-combinations.
Number mode, return the index of the selected row. (starting at 0) Number mode, return the index of the selected row. (starting at 0)
`-a` *X*
Active row, mark row X as active. (starting at 0)
`-u` *X*
Urgent row, mark row X as urgent. (starting at 0)
### Message dialog ### Message dialog
`-e` *message* `-e` *message*

View File

@ -10,6 +10,8 @@ rofi \- A window switcher, run dialog and dmenu replacement
[ \-columns \fIcolumns\fP ] [ \-columns \fIcolumns\fP ]
[ \-font \fIpangofont\fP ] [ \-font \fIpangofont\fP ]
[ \-fg \fIcolor\fP ] [ \-fg \fIcolor\fP ]
[ \-fg\-urgent \fIcolor\fP ]
[ \-fg\-active \fIcolor\fP ]
[ \-bg \fIcolor\fP ] [ \-bg \fIcolor\fP ]
[ \-bgalt \fIcolor\fP ] [ \-bgalt \fIcolor\fP ]
[ \-hlfg \fIcolor\fP ] [ \-hlfg \fIcolor\fP ]
@ -34,6 +36,8 @@ rofi \- A window switcher, run dialog and dmenu replacement
[ \-eh \fIelement height\fP ] [ \-eh \fIelement height\fP ]
[ \-lazy\-filter\-limit \fIlimit\fP ] [ \-lazy\-filter\-limit \fIlimit\fP ]
[ \-e \fImessage\fP] [ \-e \fImessage\fP]
[ \-a \fIrow\fP ]
[ \-u \fIrow\fP ]
[ \-pid \fIpath\fP ] [ \-pid \fIpath\fP ]
[ \-now ] [ \-now ]
[ \-rnow ] [ \-rnow ]
@ -184,6 +188,30 @@ Set the foreground text color (X11 named color or hex #rrggbb) for the menu.
.IP .IP
Default: \fI#222222\fP Default: \fI#222222\fP
.PP .PP
\fB\fC\-fg\-urgent\fR
.IP
Set the foreground text color (X11 named color or hex #rrggbb) for the menu.
.PP
.RS
.nf
rofi \-fg\-urgent "#ffcccc"
.fi
.RE
.IP
Default: \fI#ff2222\fP
.PP
\fB\fC\-fg\-active\fR
.IP
Set the foreground text color (X11 named color or hex #rrggbb) for the menu.
.PP
.RS
.nf
rofi \-fg\-active "#ccccff"
.fi
.RE
.IP
Default: \fI#2222ff\fP
.PP
\fB\fC\-hlbg\fR \fB\fC\-hlbg\fR
.IP .IP
Set the background text color (X11 named color or hex #rrggbb) for the highlighted item in the Set the background text color (X11 named color or hex #rrggbb) for the highlighted item in the
@ -469,6 +497,22 @@ Default: *0*
Number mode, return the index of the selected row. (starting at 0) Number mode, return the index of the selected row. (starting at 0)
.fi .fi
.RE .RE
.PP
\fB\fC\-a\fR \fIX\fP
.PP
.RS
.nf
Active row, mark row X as active. (starting at 0)
.fi
.RE
.PP
\fB\fC\-u\fR \fIX\fP
.PP
.RS
.nf
Urgent row, mark row X as urgent. (starting at 0)
.fi
.RE
.SS Message dialog .SS Message dialog
.PP .PP
\fB\fC\-e\fR \fImessage\fP \fB\fC\-e\fR \fImessage\fP
@ -629,14 +673,18 @@ Check quotes used on the commandline: e.g. used “ instead of ".
.SH WEBSITE .SH WEBSITE
.PP .PP
\fBrofi\fP website can be found at here \fBrofi\fP website can be found at here
\[la]https://davedavenport.github.io/rofi/\[ra] .UR https://davedavenport.github.io/rofi/
.UE
.PP .PP
\fBrofi\fP bugtracker can be found here \fBrofi\fP bugtracker can be found here
\[la]https://github.com/DaveDavenport/rofi/issues\[ra] .UR https://github.com/DaveDavenport/rofi/issues
.UE
.SH AUTHOR .SH AUTHOR
.PP .PP
Qball Cow Qball Cow
\[la]qball@gmpclient.org\[ra] .MT qball@gmpclient.org
.ME
.PP .PP
Original code based on work by: Sean Pringle Original code based on work by: Sean Pringle
\[la]sean.pringle@gmail.com\[ra] .MT sean.pringle@gmail.com
.ME