summaryrefslogtreecommitdiff
path: root/mut/st
diff options
context:
space:
mode:
Diffstat (limited to 'mut/st')
-rw-r--r--mut/st/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mut/st/config.h b/mut/st/config.h
index d89d07a..c390ed9 100644
--- a/mut/st/config.h
+++ b/mut/st/config.h
@@ -107,7 +107,7 @@ char *termname = "st-256color";
unsigned int tabspaces = 8;
/* bg opacity */
-float alpha = 0.8;
+float alpha = 1.0;
float alphaOffset = 0.0;
float alphaUnfocus;