summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2016-03-20 11:53:59 +0100
committerQuentin Glidic <sardemff7+git@sardemff7.net>2016-03-20 11:53:59 +0100
commit18a7c5e54ae3d60bc5684a227ae9989c436f61f8 (patch)
treecec86bb859ee2556fccf3c1324829073cca53bcc /README.md
parent20c9abf0a2ef3072453b92db71ad259fd008e27a (diff)
README: Remove references to daemon mode
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/README.md b/README.md
index f60b864a..6cdea921 100644
--- a/README.md
+++ b/README.md
@@ -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.