diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-16 01:47:29 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-16 01:47:29 +0100 |
| commit | b168e596898ab0fbfb50468d21514e037c55288d (patch) | |
| tree | 5a4523b25d938960d3a42944c41548107b1371cd /config.h.orig | |
| parent | 9dee0bda79290d920d1727a592ffb8bfab2f1582 (diff) | |
added alpha focus patch
Diffstat (limited to 'config.h.orig')
| -rw-r--r-- | config.h.orig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.orig b/config.h.orig index 2e0841e..eaa9c64 100644 --- a/config.h.orig +++ b/config.h.orig @@ -95,6 +95,9 @@ char *termname = "st-256color"; */ unsigned int tabspaces = 4; +/* bg opacity */ +float alpha = 0.8; + /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { |
