README: Remove references to daemon mode

Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
Quentin Glidic 2016-03-20 11:53:59 +01:00
parent 20c9abf0a2
commit 18a7c5e54a
1 changed files with 0 additions and 8 deletions

View File

@ -89,8 +89,6 @@ If used with `-show [mode]`, rofi will immediately open in the specified [mode]
If used with `-dmenu`, rofi will use data from STDIN to let the user select an option.
If use with neither of those options, rofi will launch in daemon-mode, waiting for a key (configured beforehand) to launch.
## Single-shot
Show a run dialog with some font / color options:
@ -113,12 +111,6 @@ echo -e "Option #1\nOption #2\nOption #3" | rofi -dmenu
In both cases, rofi will output the user's selection to STDOUT.
## Daemon mode
Let rofi sit in the background, waiting for the user to press `F12` to open the window run dialog:
`rofi -key-run F12`
## Switching Between Modi
Type `Shift-Right` to switch from Window list mode to Run mode and back.