From ce9e4453d2ed41c27c72c0a51948995f3f122fcd Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Mon, 18 Aug 2025 20:03:05 +0100 Subject: move functions from search.c and togglemouse.c into dwm.c --- config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index e6c8e1a..3fa2d73 100644 --- a/config.mk +++ b/config.mk @@ -18,9 +18,9 @@ XINERAMAFLAGS = -DXINERAMA FREETYPELIBS = -lfontconfig -lXft FREETYPEINC = /usr/include/freetype2 # OpenBSD -FREETYPEINC = ${X11INC}/freetype2 -MANPREFIX = ${PREFIX}/man -KVMLIB = -lkvm +# FREETYPEINC = ${X11INC}/freetype2 +# MANPREFIX = ${PREFIX}/man +# KVMLIB = -lkvm # includes and libs INCS = -I${X11INC} -I${FREETYPEINC} -- cgit v1.2.3