From 25968f0f956d2ac4ed5ed091c57a06f24bd3bfeb Mon Sep 17 00:00:00 2001 From: tsxv478 Date: Sun, 31 Jul 2022 01:15:26 +0300 Subject: alpha patch --- config.def.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index f0c9989..0eb7774 100644 --- a/config.def.h +++ b/config.def.h @@ -107,6 +107,9 @@ char *termname = "st-256color"; */ unsigned int tabspaces = 8; +/* bg opacity */ +float alpha = 1.0; + /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { /* 8 normal colors */ -- cgit v1.2.3