From 254c21c198120f6af24abfea6a94d51c8fe933bc Mon Sep 17 00:00:00 2001 From: Cori Barker Date: Thu, 19 Feb 2026 20:08:51 +0000 Subject: [st] reverted opacity patch --- st/config.def.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'st/config.def.h') diff --git a/st/config.def.h b/st/config.def.h index 74467ee..acfe483 100755 --- a/st/config.def.h +++ b/st/config.def.h @@ -93,9 +93,6 @@ 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