From 18a7c5e54ae3d60bc5684a227ae9989c436f61f8 Mon Sep 17 00:00:00 2001 From: Quentin Glidic Date: Sun, 20 Mar 2016 11:53:59 +0100 Subject: [PATCH] README: Remove references to daemon mode Signed-off-by: Quentin Glidic --- README.md | 8 -------- 1 file changed, 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.