mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Update manpage
This commit is contained in:
parent
a93aec02bd
commit
f78d08a7c3
1 changed files with 18 additions and 14 deletions
|
@ -29,7 +29,7 @@
|
|||
[ -display *display* ]
|
||||
[ -bc *color* ]
|
||||
[ -bw *width* ]
|
||||
[ -dmenu [ -p *prompt* ] [ -sep *separator* ] [ -l *selected line* ] ]
|
||||
[ -dmenu [ -p *prompt* ] [ -sep *separator* ] [ -l *selected line* ] [ -mesg ] [ -filter ] [ -select ] ]
|
||||
[ -ssh-client *client* ]
|
||||
[ -ssh-command *command* ]
|
||||
[ -disable-history ]
|
||||
|
@ -529,7 +529,11 @@ The following options are further explained in the theming section:
|
|||
|
||||
Preset user filter to *filter* in the entry box and pre-filter the list.
|
||||
|
||||
`-mesg` *str*
|
||||
`-select` *string*
|
||||
|
||||
Select first line that matches the given string
|
||||
|
||||
`-mesg` *string*
|
||||
|
||||
Add a message line beneath filter. Supports pango markdown.
|
||||
|
||||
|
|
Loading…
Reference in a new issue