1
0
mirror of https://github.com/tiyn/dmenu.git synced 2026-02-22 07:34:47 +01:00

added fuzzymatch patch to master

This commit is contained in:
2023-10-22 06:43:46 +02:00
6 changed files with 260 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
static int centered = 0; /* -c option; centers dmenu on screen */
static int min_width = 500; /* minimum width when centered */
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[] = {
"monospace:size=10"