summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-12-04 09:07:07 +0100
committerDave Davenport <qball@gmpclient.org>2015-12-04 09:07:07 +0100
commitef2ab9d3071c6fc42ca35d526e7e2e96ce8e3f19 (patch)
tree7862197ed93c5cfd248f9ab33a19bbd43d1f2b6d /doc
parent6b609b8e6d9dfeed7516048f370c00c029632536 (diff)
Update symlink dmenu and case-sen. keybinding.
(still need to regenerate actual manpage, but ronn is crashing on arm.) Issue: #291,#289
Diffstat (limited to 'doc')
-rw-r--r--doc/rofi-manpage.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rofi-manpage.markdown b/doc/rofi-manpage.markdown
index c69729d0..13c10319 100644
--- a/doc/rofi-manpage.markdown
+++ b/doc/rofi-manpage.markdown
@@ -676,7 +676,7 @@ the following keys can be used that will be replaced at runtime:
If `argv[0]` (calling command) is dmenu, **rofi** will start in dmenu mode.
This way it can be used as a drop-in replacement for dmenu. just copy or symlink **rofi** to dmenu in `$PATH`.
- ln -s /usr/bin/dmenu /usr/bin/rofi
+ ln -s /usr/bin/rofi /usr/bin/dmenu
## SIGNALS
@@ -773,7 +773,7 @@ The first two fields specify the alpha level. This determines the amount of tran
* `Ctrl-Shift-Tab`: Switch to the previous modi. The list can be customized with the `-switchers` argument.
* `Ctrl-space`: Set selected item as input text.
* `Shift-Del`: Delete entry from history.
- * `Ctrl-grave`: Toggle case sensitivity.
+ * `grave`: Toggle case sensitivity.
To get a full list of keybindings, see `rofi -dump-xresources | grep kb-`.
Keybindings can be modified using the configuration systems.