From 9dee0bda79290d920d1727a592ffb8bfab2f1582 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Fri, 16 Dec 2022 01:31:47 +0100 Subject: add alpha patch --- config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index 2e0841e..eaa9c64 100644 --- a/config.h +++ b/config.h @@ -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