Add blur exclude for maim in picom config

This commit is contained in:
Wiktor Zykubek 2020-03-11 19:24:06 +01:00
parent a3c6bb015c
commit a88ebc1878

View File

@ -118,7 +118,8 @@ blur-kern = "7x7box"
# Do not let blur radius adjust based on window opacity. # Do not let blur radius adjust based on window opacity.
blur-background-fixed = true; blur-background-fixed = true;
blur-background-exclude = [ blur-background-exclude = [
"window_type = 'desktop'" "window_type = 'desktop'",
"maim"
]; ];
################################# #################################