summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2024-03-05 23:55:30 -0500
committerMalfurious <m@lfurio.us>2024-03-06 00:55:08 -0500
commit63095a31b993ce1b9a2d4fcff5c61cce9defacd2 (patch)
tree3efb1d97bee38122fe9cac6d4dc95a8b2ac6d208 /config.mk
parent6ed9dfbfd8d4786cecc359e7c37d05c7f785c2b2 (diff)
downloaddmenu-63095a31b993ce1b9a2d4fcff5c61cce9defacd2.tar.gz
dmenu-63095a31b993ce1b9a2d4fcff5c61cce9defacd2.zip
patch: alpha
This patch adds translucency to the dmenu window, while keeping the text in it opaque, just like the alpha patch for st.
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 566348b..fa2b4fc 100644
--- a/config.mk
+++ b/config.mk
@@ -21,7 +21,7 @@ FREETYPEINC = /usr/include/freetype2
# includes and libs
INCS = -I$(X11INC) -I$(FREETYPEINC)
-LIBS = -L$(X11LIB) -lX11 $(XINERAMALIBS) $(FREETYPELIBS)
+LIBS = -L$(X11LIB) -lX11 $(XINERAMALIBS) $(FREETYPELIBS) -lXrender
# flags
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"$(VERSION)\" $(XINERAMAFLAGS)