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 /config.h | |
parent | Improved screenshot script (diff) | |
download | dmenu-4935902378d321c465f5f8ec18619b22da75527b.tar.gz dmenu-4935902378d321c465f5f8ec18619b22da75527b.tar.bz2 dmenu-4935902378d321c465f5f8ec18619b22da75527b.zip |
Added fuzzymatch sorting
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h index 704fb6f..625b1a4 100644 --- a/config.h +++ b/config.h @@ -2,6 +2,7 @@ /* Default settings; can be overriden by command line. */ static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ +static int fuzzy = 1; /* -F option; if 0, dmenu doesn't use fuzzy matching */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { "Noto Sans Display Nerd Font:size=10" |