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:
parent
7bbd52d4d8
commit
61ab086664
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user