From af2bbbcae532a730c1bce2b17b3e741512c9c2aa Mon Sep 17 00:00:00 2001 From: Malfurious Date: Tue, 23 Jun 2020 00:57:39 -0400 Subject: patch: alpha This patch allows users to change the opacity of the background. Note that you need an X composite manager (e.g. compton, xcompmgr) to make this patch effective. Notes: * The alpha value affects the default background only. * The color designated by 'defaultbg' should not be used elsewhere. * Embedding might fail after applying this patch. Changes in 0.8.2: * The internal method for querying X visual is changed. St will respect the visual of its parent window, allowing it to be embedded easily. * Opacity value is now typed in float. * -A option is added to allow changing the opacity value without compiling. --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index fdc29a7..069a6c2 100644 --- a/config.mk +++ b/config.mk @@ -16,7 +16,7 @@ PKG_CONFIG = pkg-config INCS = -I$(X11INC) \ `$(PKG_CONFIG) --cflags fontconfig` \ `$(PKG_CONFIG) --cflags freetype2` -LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft \ +LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft -lXrender\ `$(PKG_CONFIG) --libs fontconfig` \ `$(PKG_CONFIG) --libs freetype2` -- cgit v1.2.3