diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-06-12 00:53:30 +0200 |
---|---|---|
committer | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-06-12 00:53:30 +0200 |
commit | c6a3dddb74cd4572390d11eb153833e21a3443eb (patch) | |
tree | bee1188f899c76f79aab500ebebd93756ca3689b /dmenu.1 | |
parent | Added mouse support patch [Patch] (diff) | |
download | dmenu-c6a3dddb74cd4572390d11eb153833e21a3443eb.tar.gz dmenu-c6a3dddb74cd4572390d11eb153833e21a3443eb.tar.bz2 dmenu-c6a3dddb74cd4572390d11eb153833e21a3443eb.zip |
Added tab complete [Patch]
Diffstat (limited to 'dmenu.1')
-rw-r--r-- | dmenu.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dmenu.1 b/dmenu.1 index 7ef34d2..84ccf21 100644 --- a/dmenu.1 +++ b/dmenu.1 @@ -3,7 +3,7 @@ dmenu \- dynamic menu .SH SYNOPSIS .B dmenu -.RB [ \-bfiv ] +.RB [ \-bfivx ] .RB [ \-l .IR lines ] .RB [ \-m @@ -81,6 +81,9 @@ defines the selected foreground color. .B \-v prints version information to stdout, then exits. .TP +.B \-x +Invert prefix matching setting. +.TP .BI \-w " windowid" embed into windowid. .SH USAGE |