aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2021-12-14 14:12:23 +0100
committerTharre <tharre3@gmail.com>2025-02-05 21:45:35 +0100
commitda5e2454c0e7ec252c92414b911cb5535052e60c (patch)
tree096d119d4ddb44d2c521683d917ebe6b787e5a20 /config.def.h
parent98610fcd37f655d44586323dc86c1d013c2798ce (diff)
downloadst-transparency-da5e2454c0e7ec252c92414b911cb5535052e60c.tar.gz
st-transparency-da5e2454c0e7ec252c92414b911cb5535052e60c.tar.xz
st-transparency-da5e2454c0e7ec252c92414b911cb5535052e60c.zip
Implement transparency
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 2cd740a..019a4e1 100644
--- a/config.def.h
+++ b/config.def.h
@@ -93,6 +93,9 @@ 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 */