From ef2ab9d3071c6fc42ca35d526e7e2e96ce8e3f19 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Fri, 4 Dec 2015 09:07:07 +0100 Subject: [PATCH] Update symlink dmenu and case-sen. keybinding. (still need to regenerate actual manpage, but ronn is crashing on arm.) Issue: #291,#289 --- doc/rofi-manpage.markdown | 4 ++-- 1 file 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.