summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.h b/config.h
index 3adf598..d6eeade 100644
--- a/config.h
+++ b/config.h
@@ -108,7 +108,8 @@ unsigned int tabspaces = 8;
/* bg opacity */
float alpha = 0.8;
-float alphaUnfocus = 0.8;
+float alphaOffset = 0.0;
+float alphaUnfocus;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
@@ -219,7 +220,7 @@ ResourcePref resources[] = {
{ "cwscale", FLOAT, &cwscale },
{ "chscale", FLOAT, &chscale },
{ "alpha", FLOAT, &alpha },
- { "alphaUnfocus", FLOAT, &alphaUnfocus },
+ { "alphaOffset", FLOAT, &alphaOffset },
};
/*