1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

compton: don't blur onboard background

This commit is contained in:
Joe Groocock 2017-10-03 11:32:20 +01:00
parent 7bbd52d4d8
commit 61ab086664
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -29,7 +29,7 @@ alpha-step = 0.06; # XRender backend: Step size for alpha pictures. Increasin
#inactive-dim-fixed = true; # Do not let dimness adjust based on window opacity.
inactive-opacity-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ];
blur-background = true; # Blur background of transparent windows.
blur-background-exclude = [ "class_g = 'Peek'" ];
blur-background-exclude = [ "class_g = 'Peek'", "class_g = 'Onboard'" ];
blur-background-frame = false; # Blur background of opaque windows with transparent
# frames as well.
blur-background-fixed = true; # Do not let blur radius adjust based on window opacity.