From 724fe3cf7fc456db96bf10c2caeb7c307e529d73 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Sun, 23 Sep 2007 18:26:41 +0200 Subject: =?UTF-8?q?applied=20Micha=C5=82=20Janeczek=20dmenu=20patch,=20mad?= =?UTF-8?q?e=20dmenu=20match=20case-insensitive=20by=20default,=20added=20?= =?UTF-8?q?-i=20command=20line=20option=20to=20enable=20ido=20matching,=20?= =?UTF-8?q?added=20Micha=C5=82=20to=20Copyright=20holders?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dmenu.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dmenu.1') diff --git a/dmenu.1 b/dmenu.1 index 373d193..dc13f2b 100644 --- a/dmenu.1 +++ b/dmenu.1 @@ -4,6 +4,7 @@ dmenu \- dynamic menu .SH SYNOPSIS .B dmenu .RB [ \-b ] +.RB [ \-i ] .RB [ \-fn " "] .RB [ \-nb " "] .RB [ \-nf " "] @@ -22,6 +23,9 @@ efficiently. .B \-b makes dmenu appear at the screen bottom (by default it appears at the screen top). .TP +.B \-i +makes dmenu match menu entries with ignoring intermediate characters. +.TP .B \-fn defines the font. .TP -- cgit v1.2.3