Add blur exclude for maim in picom config

This commit is contained in:
samedamci 2020-03-11 19:24:06 +01:00
parent 545623c738
commit 0eb5b10bc2

View File

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