From ed3a6e720b55ea0be8adabcbc650d2f04c6d5fda Mon Sep 17 00:00:00 2001 From: ProsperousPotato <114923153+ProsperousPotato@users.noreply.github.com> Date: Tue, 2 Dec 2025 17:41:26 +0000 Subject: update dmenu config --- config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 503883f..dcc5bb3 100755 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dmenu version -VERSION = 5.3 +VERSION = 5.4 # paths PREFIX = /usr/local @@ -16,8 +16,8 @@ XINERAMAFLAGS = -DXINERAMA FREETYPELIBS = -lfontconfig -lXft FREETYPEINC = /usr/include/freetype2 # OpenBSD (uncomment) -FREETYPEINC = $(X11INC)/freetype2 -MANPREFIX = ${PREFIX}/man +#FREETYPEINC = $(X11INC)/freetype2 +#MANPREFIX = ${PREFIX}/man # includes and libs INCS = -I$(X11INC) -I$(FREETYPEINC) -- cgit v1.2.3