From 9ec9915f30105899694d58fd82c93fd70717f9bb Mon Sep 17 00:00:00 2001 From: a Date: Tue, 21 May 2024 22:30:50 -0500 Subject: [PATCH] noot --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 969fedc..b020a1a 100644 --- a/config.mk +++ b/config.mk @@ -15,7 +15,7 @@ X11LIB = /usr/X11R6/lib PKG_CONFIG = pkg-config # Uncomment this for the alpha patch / ALPHA_PATCH -#XRENDER = `$(PKG_CONFIG) --libs xrender` +XRENDER = `$(PKG_CONFIG) --libs xrender` # Uncomment this for the themed cursor patch / THEMED_CURSOR_PATCH #XCURSOR = `$(PKG_CONFIG) --libs xcursor`