diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-11-14 10:31:03 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-11-14 10:31:03 -0500 |
commit | 1210133b4b3a8c3fd335c29409715e61d78c5e9a (patch) | |
tree | 004cd97354606e8ec93ce3975032807cd3bff781 /config.h | |
parent | 7186ee2ddd658ffea4aa25283c68c775c3d2dc03 (diff) |
alpha/transparency read from xresources
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -180,6 +180,7 @@ ResourcePref resources[] = { { "tabspaces", INTEGER, &tabspaces }, { "cwscale", FLOAT, &cwscale }, { "chscale", FLOAT, &chscale }, + { "alpha", INTEGER, &alpha }, }; /* |