From 07f0fdd5803a41651e615fb83b7f884c18d23815 Mon Sep 17 00:00:00 2001 From: Cori Barker Date: Thu, 5 Feb 2026 12:14:36 +0000 Subject: Patched st and dwm --- st/config.def.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'st/config.def.h') diff --git a/st/config.def.h b/st/config.def.h index acfe483..74467ee 100755 --- a/st/config.def.h +++ b/st/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