From 46f916207a76f8a249c8f0a138f6c6c5d8aacaa0 Mon Sep 17 00:00:00 2001 From: Warrick Lo Date: Wed, 24 Nov 2021 00:39:48 -0800 Subject: Add window swallowing support Requires the X Resource Extension. Window swallowing will not be able to handle programs launched from tmux. --- config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 7084c33..3f5a76f 100644 --- a/config.mk +++ b/config.mk @@ -19,10 +19,11 @@ FREETYPELIBS = -lfontconfig -lXft FREETYPEINC = /usr/include/freetype2 # OpenBSD (uncomment) #FREETYPEINC = ${X11INC}/freetype2 +#KVMLIB = -lkvm # includes and libs INCS = -I${X11INC} -I${FREETYPEINC} -LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} +LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} -lX11-xcb -lxcb -lxcb-res ${FREETYPELIBS} ${KVMLIB} # flags CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} -- cgit v1.2.3