From 2734e126aaff3d08cefac9d9b9c7701ab6f32668 Mon Sep 17 00:00:00 2001 From: auric <104602845+ihateamongus@users.noreply.github.com> Date: Thu, 11 Sep 2025 20:38:12 -0500 Subject: Rank dmenu matches by query similarity --- core/dwm/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/dwm/config.mk') diff --git a/core/dwm/config.mk b/core/dwm/config.mk index b469a2b..6821465 100644 --- a/core/dwm/config.mk +++ b/core/dwm/config.mk @@ -23,7 +23,7 @@ FREETYPEINC = /usr/include/freetype2 # includes and libs INCS = -I${X11INC} -I${FREETYPEINC} -LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} +LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lmpdclient # flags CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} -- cgit v1.2.3