Add blur exclude for maim in picom config
This commit is contained in:
parent
a3c6bb015c
commit
a88ebc1878
@ -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"
|
||||||
];
|
];
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user