diff options
| author | Cori Barker <coribarker2@gmail.com> | 2026-02-05 12:14:36 +0000 |
|---|---|---|
| committer | Cori Barker <coribarker2@gmail.com> | 2026-02-05 12:14:36 +0000 |
| commit | 07f0fdd5803a41651e615fb83b7f884c18d23815 (patch) | |
| tree | 3c39d2587a2be17527660edc8c325de9c2c65e29 /st/config.def.h | |
| parent | c70ea026971c1471a6a39294db7aa4a0935ab478 (diff) | |
Patched st and dwm
Diffstat (limited to 'st/config.def.h')
| -rwxr-xr-x | st/config.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ |
