summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMatt Hunter <m@lfurio.us>2026-01-17 23:02:28 -0500
committerMatt Hunter <m@lfurio.us>2026-01-17 23:14:26 -0500
commit4da63c93feab351ecc33d47a86c4ad06680d1ee3 (patch)
treed95dc9f4161ebf4f51b6adb01a62f94a79e71a7e /config.mk
parent1f4592f644d618656e7b405361fe8d1e09b0c451 (diff)
downloaddwm-4da63c93feab351ecc33d47a86c4ad06680d1ee3.tar.gz
dwm-4da63c93feab351ecc33d47a86c4ad06680d1ee3.zip
patch: alpha
Allow dwm to have translucent bars, while keeping all the text on it opaque, just like the alpha patch for st. By default dwm might make windows' borders transparent when using composit window manager (e.g. xcompmgr, picom). Alpha patch allows to make borders opaque. If all you want is to make borders opaque, you don't care about statusbar opacity and/or have problems applying alpha patch, then you might use fixborders patch instead.
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 6e875f1..7a52638 100644
--- a/config.mk
+++ b/config.mk
@@ -23,7 +23,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=700L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}