summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarcelo Lira <setanta@gmail.com>2025-03-02 02:50:51 -0300
committerMarcelo Lira <setanta@gmail.com>2025-03-02 02:50:51 -0300
commitf9cdb0e485c0b8229c50e4d88338f613834dc734 (patch)
tree82e2234f7f0f77b516cdb3612a358d7463e4d195 /config.def.h
parent849e4d426652c1d809a78b41003524f555d4a337 (diff)
alpha patch
https://st.suckless.org/patches/alpha/
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 1dd5a9b..4a60638 100644
--- a/config.def.h
+++ b/config.def.h
@@ -99,6 +99,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 */