From b168e596898ab0fbfb50468d21514e037c55288d Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Fri, 16 Dec 2022 01:47:29 +0100 Subject: added alpha focus patch --- config.h.orig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.orig') 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[] = { -- cgit v1.2.3