applied Michał Janeczek dmenu patch, made dmenu match case-insensitive by default, added -i command line option to enable ido matching, added Michał to Copyright holders

This commit is contained in:
Anselm R. Garbe
2007-09-23 18:26:41 +02:00
parent 70cb32b021
commit 724fe3cf7f
4 changed files with 45 additions and 41 deletions

View File

@ -4,6 +4,7 @@ dmenu \- dynamic menu
.SH SYNOPSIS
.B dmenu
.RB [ \-b ]
.RB [ \-i ]
.RB [ \-fn " <font>"]
.RB [ \-nb " <color>"]
.RB [ \-nf " <color>"]
@ -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 <font>
defines the font.
.TP