From 3a03e30ca722274a664e9c3f8e7cbb5a05988b3c Mon Sep 17 00:00:00 2001 From: Warrick Lo Date: Tue, 14 Dec 2021 02:44:10 -0800 Subject: Add background transparency --- config.def.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.def.h') 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 */ -- cgit v1.2.3