Bug fix #149: --opacity-rule misbehaves on 32-bit systems & others

- Fix a bug that --opacity-rule misbehaves with a value higher than 50%
  on 32-bit systems. Thanks to mrinx for reporting. (#149)

- Fix a bug that opacity-rule in configuration file does not work.
This commit is contained in:
Richard Grenville
2013-10-01 23:20:22 +08:00
parent fc8ec8851f
commit 796e2c6fec
3 changed files with 27 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ blur-kern = "3x3box"
# blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1"
# blur-background-fixed = true;
blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ];
opacity-rule = [ ]
# opacity-rule = [ "80:class_g = 'URxvt'" ];
# Fading
fading = true;