summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2016-02-21 22:03:13 +0100
committerQuentin Glidic <sardemff7+git@sardemff7.net>2016-02-23 12:15:03 +0100
commit990914d20fc1a3bcd47955c934e2e1fffda38a6c (patch)
treed05baabb1e138f5b7207f00d63e8614f5d8a3517 /doc
parent88ddb7f04ef66b8ae320411db462fc624a580ca8 (diff)
rofi: Drop daemon mode
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/rofi-manpage.markdown44
1 files changed, 3 insertions, 41 deletions
diff --git a/doc/rofi-manpage.markdown b/doc/rofi-manpage.markdown
index ed804d1a..2352f7c4 100644
--- a/doc/rofi-manpage.markdown
+++ b/doc/rofi-manpage.markdown
@@ -20,7 +20,6 @@
[ -bgalt *color* ]
[ -hlfg *color* ]
[ -hlbg *color* ]
-[ -key-**mode** *combo* ]
[ -terminal *terminal* ]
[ -location *position* ]
[ -fixed-num-lines ]
@@ -73,8 +72,7 @@ filter, tokenized search and more.
## USAGE
-**rofi** can be used in three ways, single-shot; executes once and directly exits when done, as a
-daemon listening to specific key-combination or emulating dmenu.
+**rofi** can be used in two ways, single-shot (runs a mode then exits) or emulating dmenu.
### Single-shot mode
@@ -83,15 +81,6 @@ To show the run dialog:
rofi -show run
-### Daemon mode
-
-To launch **rofi** in daemon mode don't specify any mode, instead keys can be bound
-to launch a certain mode. To show run-mode by pressing `F2` start **rofi** like this:
-
- rofi -key-run F2
-
-Keybindings can also be specified in the `Xresources` file.
-
### Emulating dmenu
**rofi** can emulate `dmenu` (a dynamic menu for X) when launched with the `-dmenu` flag.
@@ -155,14 +144,6 @@ This does not validate all passed values (e.g. colors).
Dump the current color schme in Xresources format to the command-line.
-`-key-{mode}` **KEY**
-
- Set the key combination to display a {mode} in daemon mode.
-
- rofi -key-run F12
- rofi -key-ssh control+shift+s
- rofi -key-window SuperL+Tab
-
`-threads` *num*
Specify the number of threads **rofi** should use:
@@ -213,10 +194,6 @@ Example: Have a mode 'Workspaces' using the `i3_switch_workspace.sh` script:
Start in case sensitive mode.
-`-quiet`
-
-Do not print any message when starting in daemon mode.
-
`-fuzzy`
Enable experimental fuzzy matching.
@@ -649,7 +626,7 @@ Make **rofi** reacts like a normal application window. Useful for scripts like C
Dump the filtered list to stdout and quit.
This can be used to get the list as **rofi** would filter it.
-Use together with `-filter` command.
+Use together with `-filter` command.
`-input` *file*
@@ -702,21 +679,6 @@ This way it can be used as a drop-in replacement for dmenu. just copy or symlink
ln -s /usr/bin/rofi /usr/bin/dmenu
-## SIGNALS
-
-`HUP`
-
-If in daemon mode, reload the configuration from Xresources. (commandline arguments still -override
-Xresources). This will also reload configured key-bindings.
-
-`INT`
-
-If in daemon mode, quits **rofi**.
-
-`USR1`
-
-If in daemon mode, dumps the current configuration to stdout. Similar to `-xresources-dump`
-
## THEMING
With **rofi** 0.15.4 we have a new way of specifying colors, the old settings still apply (for now).
@@ -829,7 +791,7 @@ Shows a list of SSH targets based on your ssh config file, and allows to quickly
### Script
-Allows custom scripted Modi to be added.
+Allows custom scripted Modi to be added.
## FAQ