diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2022-07-31 01:15:26 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2022-07-31 01:15:26 +0300 |
commit | 409871836750c0446a9f1141866aa4bb18548908 (patch) | |
tree | 7d3a98fd8a8344f6e835febb923e9fcbe1e3a6d9 /config.def.h | |
parent | 3f48ff3e8f5c6f1d68d3b4f5e5bca6f38b8f6d1c (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 */ |