From 0fa2f8bfe053c36de873a23a1e54f2ad7eca097a Mon Sep 17 00:00:00 2001 From: Aiden Gall Date: Thu, 16 Nov 2023 02:35:15 +0000 Subject: patch alpha --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index e3b469b..dff6275 100644 --- a/config.def.h +++ b/config.def.h @@ -93,6 +93,8 @@ char *termname = "st-256color"; */ unsigned int tabspaces = 8; +float alpha = 0.8; + /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { /* 8 normal colors */ -- cgit v1.2.3