mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
Update to manpage.
This commit is contained in:
parent
f24fac2798
commit
783511a9f3
1 changed files with 17 additions and 4 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue