diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-08-05 18:49:59 +0200 |
---|---|---|
committer | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-08-05 18:49:59 +0200 |
commit | 4935902378d321c465f5f8ec18619b22da75527b (patch) | |
tree | 9dbd7f981691cfd57c8c58d19ae9030304995bd8 /dmenu.1 | |
parent | Improved screenshot script (diff) | |
download | dmenu-4935902378d321c465f5f8ec18619b22da75527b.tar.gz dmenu-4935902378d321c465f5f8ec18619b22da75527b.tar.bz2 dmenu-4935902378d321c465f5f8ec18619b22da75527b.zip |
Added fuzzymatch sorting
Diffstat (limited to 'dmenu.1')
-rw-r--r-- | dmenu.1 | 3 |
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 |