1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Update manpage

This commit is contained in:
Rasmus Steinke 2015-05-24 07:48:04 +02:00
parent a93aec02bd
commit f78d08a7c3

View file

@ -29,7 +29,7 @@
[ -display *display* ] [ -display *display* ]
[ -bc *color* ] [ -bc *color* ]
[ -bw *width* ] [ -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-client *client* ]
[ -ssh-command *command* ] [ -ssh-command *command* ]
[ -disable-history ] [ -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. 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. Add a message line beneath filter. Supports pango markdown.