diff options
| author | auric <104602845+ihateamongus@users.noreply.github.com> | 2025-09-11 20:38:12 -0500 |
|---|---|---|
| committer | auric <104602845+ihateamongus@users.noreply.github.com> | 2025-09-11 20:38:12 -0500 |
| commit | 2734e126aaff3d08cefac9d9b9c7701ab6f32668 (patch) | |
| tree | ac1d0bfb631f96763997a10925fe04431a2dc86d /core/dwm/config.mk | |
| parent | 38a82bc7e3569b7502a652c9f3fea37a017c0ccb (diff) | |
Rank dmenu matches by query similarity
Diffstat (limited to 'core/dwm/config.mk')
| -rw-r--r-- | core/dwm/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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} |
