From e4935affa7bcaf6def0fb7edc57fedc62dd98b70 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Fri, 18 Apr 2025 17:54:49 +0930 Subject: [PATCH] patched alpha changes --- config.def.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.def.h b/config.def.h index e44fab1..e867817 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 */