From 1210133b4b3a8c3fd335c29409715e61d78c5e9a Mon Sep 17 00:00:00 2001
From: Luke Smith <luke@lukesmith.xyz>
Date: Wed, 14 Nov 2018 10:31:03 -0500
Subject: alpha/transparency read from xresources

---
 config.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'config.h')

diff --git a/config.h b/config.h
index 1eb02e9..91740e5 100644
--- a/config.h
+++ b/config.h
@@ -180,6 +180,7 @@ ResourcePref resources[] = {
 		{ "tabspaces",    INTEGER, &tabspaces },
 		{ "cwscale",      FLOAT,   &cwscale },
 		{ "chscale",      FLOAT,   &chscale },
+		{ "alpha",      INTEGER,   &alpha },
 };
 
 /*
-- 
cgit v1.2.3