diff options
author | tsxv478 <vt0451@yandex.ru> | 2022-07-31 01:15:26 +0300 |
---|---|---|
committer | tsxv478 <vt0451@yandex.ru> | 2022-07-31 01:15:26 +0300 |
commit | 25968f0f956d2ac4ed5ed091c57a06f24bd3bfeb (patch) | |
tree | 7d3a98fd8a8344f6e835febb923e9fcbe1e3a6d9 /config.def.h | |
parent | 862594ea2f3d1dc1f2f6f4131c50547c313aea7d (diff) |
alpha patch
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ |