summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-12-03 18:21:23 +0100
committerDave Davenport <qball@gmpclient.org>2015-12-03 18:22:13 +0100
commit697abdfdfc5a3aee299827d8c883f54f26f5a994 (patch)
tree4dceaae50e9545763d65ae4c9132614259bb327d /doc
parent2195efd3bf6c0dc14a222347821189924790c0c4 (diff)
[DMenu] Add option to read from file instead of stdin.
Diffstat (limited to 'doc')
-rw-r--r--doc/rofi-manpage.markdown6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/rofi-manpage.markdown b/doc/rofi-manpage.markdown
index 409a57fc..2cd83d69 100644
--- a/doc/rofi-manpage.markdown
+++ b/doc/rofi-manpage.markdown
@@ -29,7 +29,7 @@
[ -display *display* ]
[ -bc *color* ]
[ -bw *width* ]
-[ -dmenu [ -p *prompt* ] [ -sep *separator* ] [ -l *selected line* ] [ -mesg ] [ -select ] ]
+[ -dmenu [ -p *prompt* ] [ -sep *separator* ] [ -l *selected line* ] [ -mesg ] [ -select ] [ -input *input* ] ]
[ -filter *filter* ]
[ -ssh-client *client* ]
[ -ssh-command *command* ]
@@ -632,6 +632,10 @@ Dump the filtered list to stdout and quit.
This can be used to get the list as **rofi** would filter it.
Use together with `-filter` command.
+`-input` *file*
+
+Reads from *file* instead of stdin.
+
### Message dialog
`-e` *message*