From 35befbb19e5c677c3183028338e27055814bbcd5 Mon Sep 17 00:00:00 2001 From: Federico I Date: Sat, 21 Mar 2020 22:44:20 +0000 Subject: Revert Alpha patch While the patch works fine and embedding issues have been fixed in the latest patch (0.8.2), it breaks embedding for other programs like dmenu and sxiw. Also, in the end, I prefer an opaque background. --- config.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 0c73d67..363b2b9 100644 --- a/config.h +++ b/config.h @@ -87,9 +87,6 @@ char *termname = "st-256color"; */ unsigned int tabspaces = 8; -/* bg opacity */ -float alpha = 0.8; - /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { /* 8 normal colors */ @@ -117,7 +114,6 @@ static const char *colorname[] = { /* more colors can be added after 255 to use with DefaultXX */ "#cccccc", "#555555", - "black", }; @@ -126,7 +122,7 @@ static const char *colorname[] = { * foreground, background, cursor, reverse cursor */ unsigned int defaultfg = 7; -unsigned int defaultbg = 258; +unsigned int defaultbg = 0; static unsigned int defaultcs = 256; static unsigned int defaultrcs = 257; -- cgit v1.2.3