diff options
| author | Marcel Screm <marcel@marcelscrem.com> | 2025-12-28 20:13:38 +0100 |
|---|---|---|
| committer | Marcel Screm <marcel@marcelscrem.com> | 2025-12-28 20:13:38 +0100 |
| commit | 87bfa57605671e60fab925ae6e81ad08bd4a1369 (patch) | |
| tree | 73a2724250ec2a15785016cf14194d4bceb9661a /config.def.h | |
| parent | d7d617f3d463b82d64dff809c395e94b64bdf15f (diff) | |
added alpha patch
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 6769f99..89ef72d 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 */ |
