Update to manpage.

This commit is contained in:
Dave Davenport 2014-10-20 18:11:10 +02:00
parent f24fac2798
commit 783511a9f3
1 changed files with 17 additions and 4 deletions

View File

@ -277,13 +277,26 @@ The default key combinations are:
rofi -switchers "window,run,ssh,Workspaces:i3_switch_workspaces.sh" -show Workspaces rofi -switchers "window,run,ssh,Workspaces:i3_switch_workspaces.sh" -show Workspaces
`-e` *message* ### Dmenu specific
Popup a message dialog (used internally for showing errors) with *message*.
`-sep` *separator* `-sep` *separator*
Separator for dmenu. Separator for dmenu. For example to show list a to e with '|' as separator:
echo "a|b|c|d|e" | rofi -sep '|' -dmenu
`-p` *prompt*
Specify the prompt to show in dmenu mode. E.g. select monkey a,b,c,d or e.
echo "a|b|c|d|e" | rofi -sep '|' -dmenu -p "monkey:"
### Message dialog
`-e` *message*
Popup a message dialog (used internally for showing errors) with *message*.
Message can be multi-line.
## Pattern ## Pattern