Feature #69: Blur window background

- Add window background blur support (--blur-background &
  --blur-background-frame), with X Render convolution filter.
  The performance sucks. The performance when the window is opaque but
  frame is transparent could be improved, but there are two possible
  ways and I'm hesitating.

- Known issue: The blurring effect looks very ungraceful during fading.
  I could partially fix the problem, but it probably isn't easy to fix
  it completely.
This commit is contained in:
Richard Grenville
2012-12-14 20:32:46 +08:00
parent a77aaf0718
commit 22cabf7c89
3 changed files with 155 additions and 2 deletions

View File

@@ -22,6 +22,8 @@ inactive-opacity-override = false;
alpha-step = 0.06;
# inactive-dim = 0.2;
# inactive-dim-fixed = true;
# blur-background = true;
# blur-background-frame = true;
# Fading
fading = true;