picom blur more reliable

This commit is contained in:
2020-12-15 13:41:17 +01:00
parent 643396d0e6
commit 6ecafeffc1
3 changed files with 12 additions and 8 deletions

View File

@ -174,11 +174,13 @@ blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1";
# Exclude conditions for background blur.
# blur-background-exclude = []
#blur-background-exclude = [
# "window_type = 'dock'",
# "window_type = 'desktop'",
# "_GTK_FRAME_EXTENTS@:c"
#];
blur-background-exclude = [
"window_type = 'dock'",
"window_type = 'desktop'",
"name= 'slop'",
"class_g = 'slop'",
"_GTK_FRAME_EXTENTS@:c"
];
#################################
# General Settings #