From 60520dbe3f6301aaa3ce62c7e6dc9a47c84fcd7f Mon Sep 17 00:00:00 2001 From: "P.P.A" Date: Sat, 8 Jul 2023 12:12:34 +0200 Subject: alpha --- config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index c223706..99156da 100644 --- a/config.h +++ b/config.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 */ -- cgit v1.2.3