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