From a4f7c2f7771f8240f56f0dff354d541068e33aa2 Mon Sep 17 00:00:00 2001 From: moadAlami Date: Sun, 31 Aug 2025 08:59:10 +0100 Subject: bump to 6.6 and added systray --- config.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index f3ab392..b96cdb2 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 6.4 +VERSION = 6.6 # Customize below to fit your system @@ -22,13 +22,12 @@ FREETYPEINC = /usr/include/freetype2 # OpenBSD (uncomment) #FREETYPEINC = ${X11INC}/freetype2 #MANPREFIX = ${PREFIX}/man -#KVMLIB = -lkvm BDLIBS = -lfribidi # includes and libs INCS = -I${X11INC} -I${FREETYPEINC} -I$(BDINC) -LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} $(BDLIBS) -lX11-xcb -lxcb -lxcb-res ${KVMLIB} +LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} $(BDLIBS) # flags CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} -- cgit v1.2.3