about summary refs log tree commit diff
path: root/dmenu.1
diff options
context:
space:
mode:
authorManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-08-05 18:49:59 +0200
committerManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-08-05 18:49:59 +0200
commit4935902378d321c465f5f8ec18619b22da75527b (patch)
tree9dbd7f981691cfd57c8c58d19ae9030304995bd8 /dmenu.1
parentImproved screenshot script (diff)
downloaddmenu-4935902378d321c465f5f8ec18619b22da75527b.tar.gz
dmenu-4935902378d321c465f5f8ec18619b22da75527b.tar.bz2
dmenu-4935902378d321c465f5f8ec18619b22da75527b.zip
Added fuzzymatch sorting
Diffstat (limited to 'dmenu.1')
-rw-r--r--dmenu.13
1 files changed, 3 insertions, 0 deletions
diff --git a/dmenu.1 b/dmenu.1
index fe988bc..35e164e 100644
--- a/dmenu.1
+++ b/dmenu.1
@@ -47,6 +47,9 @@ dmenu appears at the bottom of the screen.
 dmenu grabs the keyboard before reading stdin if not reading from a tty. This
 is faster, but will lock up X until stdin reaches end\-of\-file.
 .TP
+.B \-F
+dmenu sorts items using fuzzymatch
+.TP
 .B \-i
 dmenu matches menu items case insensitively.
 .TP