about summary refs log tree commit diff
path: root/dmenu.1
diff options
context:
space:
mode:
authorManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-06-12 00:53:30 +0200
committerManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-06-12 00:53:30 +0200
commitc6a3dddb74cd4572390d11eb153833e21a3443eb (patch)
treebee1188f899c76f79aab500ebebd93756ca3689b /dmenu.1
parentAdded mouse support patch [Patch] (diff)
downloaddmenu-c6a3dddb74cd4572390d11eb153833e21a3443eb.tar.gz
dmenu-c6a3dddb74cd4572390d11eb153833e21a3443eb.tar.bz2
dmenu-c6a3dddb74cd4572390d11eb153833e21a3443eb.zip
Added tab complete [Patch]
Diffstat (limited to 'dmenu.1')
-rw-r--r--dmenu.15
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