diff options
| author | Warrick Lo <warrick.s.z.lo@gmail.com> | 2021-12-14 02:44:10 -0800 |
|---|---|---|
| committer | Warrick Lo <warrick.s.z.lo@gmail.com> | 2021-12-14 02:44:10 -0800 |
| commit | 3a03e30ca722274a664e9c3f8e7cbb5a05988b3c (patch) | |
| tree | c55119ffa76960fc83200bec11e2117e4bda34ab /config.def.h | |
| parent | Add scrollback history (diff) | |
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 51d0236..59b1fe4 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 */ |