mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Update manpage with window-format
This commit is contained in:
parent
7c9f5e01fd
commit
fd45868aca
2 changed files with 45 additions and 1 deletions
|
@ -581,6 +581,21 @@ Hide the input text. This should not be considered secure!
|
|||
Tell **rofi** that DMenu input is pango markup encoded and should be rendered.
|
||||
See [here](https://developer.gnome.org/pango/stable/PangoMarkupFormat.html) for details about pango markup.
|
||||
|
||||
### Window Mode
|
||||
|
||||
`-window-format` *format*
|
||||
|
||||
Format what is being displayed for windows.
|
||||
|
||||
*format*:
|
||||
|
||||
* **w**: Desktop name
|
||||
* **t**: Title of window
|
||||
* **n**: Name
|
||||
* **r**: Role
|
||||
* **c**: Class
|
||||
|
||||
default: w c t
|
||||
|
||||
### Message dialog
|
||||
|
||||
|
|
31
doc/rofi.1
31
doc/rofi.1
|
@ -1,7 +1,7 @@
|
|||
.\" generated with Ronn/v0.7.3
|
||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||
.
|
||||
.TH "ROFI\-MANPAGE" "" "June 2016" "" ""
|
||||
.TH "ROFI\-MANPAGE" "" "2016-07-01" "" ""
|
||||
.
|
||||
.SH "NAME"
|
||||
\fBrofi\fR \- A window switcher, run launcher, ssh dialog and dmenu replacement
|
||||
|
@ -929,6 +929,35 @@ Hide the input text\. This should not be considered secure!
|
|||
.P
|
||||
Tell \fBrofi\fR that DMenu input is pango markup encoded and should be rendered\. See here \fIhttps://developer\.gnome\.org/pango/stable/PangoMarkupFormat\.html\fR for details about pango markup\.
|
||||
.
|
||||
.SS "Window Mode"
|
||||
\fB\-window\-format\fR \fIformat\fR
|
||||
.
|
||||
.P
|
||||
Format what is being displayed for windows\.
|
||||
.
|
||||
.P
|
||||
\fIformat\fR:
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBw\fR: Desktop name
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBt\fR: Title of window
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBn\fR: Name
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBr\fR: Role
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBc\fR: Class
|
||||
.
|
||||
.IP "" 0
|
||||
.
|
||||
.P
|
||||
default: w c t
|
||||
.
|
||||
.SS "Message dialog"
|
||||
\fB\-e\fR \fImessage\fR
|
||||
.
|
||||
|
|
Loading…
Reference in a new issue