mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
fix phrasing
This commit is contained in:
parent
f63fefe918
commit
bcd0ed8674
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ Below is a list of the most important options:
|
||||||
|
|
||||||
Run **rofi** in dmenu mode. This allows for interactive scripts.
|
Run **rofi** in dmenu mode. This allows for interactive scripts.
|
||||||
In `dmenu` mode, **rofi** reads from STDIN, and output to STDOUT.
|
In `dmenu` mode, **rofi** reads from STDIN, and output to STDOUT.
|
||||||
A simple example, display 3 pre-defined options:
|
A simple example, displaying 3 pre-defined options:
|
||||||
|
|
||||||
echo -e "Option #1\nOption #2\nOption #3" | rofi -dmenu
|
echo -e "Option #1\nOption #2\nOption #3" | rofi -dmenu
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue