about summary refs log tree commit diff
path: root/config.h
diff options
context:
space:
mode:
authorManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-06-13 16:11:03 +0200
committerManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-06-13 16:11:03 +0200
commit1694a68953f5421a1a1dd1b433056227f70835c6 (patch)
tree45543a8edaaf59a9b16dd1e02ba281abbe2e1b9a /config.h
parentFormatting (diff)
downloaddwm-1694a68953f5421a1a1dd1b433056227f70835c6.tar.gz
dwm-1694a68953f5421a1a1dd1b433056227f70835c6.tar.bz2
dwm-1694a68953f5421a1a1dd1b433056227f70835c6.zip
Changed default alpha value
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 16608c1..cabc3ef 100644
--- a/config.h
+++ b/config.h
@@ -15,7 +15,7 @@ static const char col_gray3[]       = "#bbbbbb";
 static const char col_gray4[]       = "#eeeeee";
 static const char col_cyan[]        = "#005577";
 
-static const unsigned int baralpha = 0xd0;
+static const unsigned int baralpha = OPAQUE; //0xd0 is transparent
 static const unsigned int borderalpha = OPAQUE;
 
 static const char *colors[][3]      = {