~kris/suckless

st

208bb71a5af8b3ae788db6cdd4b8117b2cdd1d6d — Kris Yotam 7 months ago 8b10af3
Set alpha to 0.8 for transparency

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 files changed, 1 insertions(+), 1 deletions(-)

M config.def.h
M config.def.h => config.def.h +1 -1
@@ 114,7 114,7 @@ char *termname = "st-256color";
unsigned int tabspaces = 8;

/* bg opacity */
float alpha = 1.0;
float alpha = 0.8;

/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {