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:
parent
70cb32b021
commit
724fe3cf7f
4 changed files with 45 additions and 41 deletions
4
dmenu.1
4
dmenu.1
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue