|
|
@ -145,9 +145,12 @@ inactive-dim = 0.2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Parameters for background blurring, see the *BLUR* section for more information. |
|
|
|
# Parameters for background blurring, see the *BLUR* section for more information. |
|
|
|
|
|
|
|
|
|
|
|
# blur-method = "dual_kawase"; |
|
|
|
# blur-method = "dual_kawase"; |
|
|
|
blur-strength = 8; |
|
|
|
# blur-strength = 8; |
|
|
|
# blur-size = 2; |
|
|
|
# blur-size = 2; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# |
|
|
|
# |
|
|
|
# blur-deviation = false |
|
|
|
# blur-deviation = false |
|
|
|
# |
|
|
|
# |
|
|
@ -184,6 +187,7 @@ 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"; |
|
|
|
blur-background-exclude = [ |
|
|
|
blur-background-exclude = [ |
|
|
|
#"window_type = 'dock'", |
|
|
|
#"window_type = 'dock'", |
|
|
|
"window_type = 'desktop'", |
|
|
|
"window_type = 'desktop'", |
|
|
|
|
|
|
|
"window_type = 'alacritty'", |
|
|
|
"_GTK_FRAME_EXTENTS@:c" |
|
|
|
"_GTK_FRAME_EXTENTS@:c" |
|
|
|
]; |
|
|
|
]; |
|
|
|
|
|
|
|
|
|
|
@ -404,7 +408,7 @@ rounded-corners-exclude = [ |
|
|
|
# "class_g = 'URxvt'", |
|
|
|
# "class_g = 'URxvt'", |
|
|
|
# "class_g = 'XTerm'", |
|
|
|
# "class_g = 'XTerm'", |
|
|
|
# "class_g = 'kitty'", |
|
|
|
# "class_g = 'kitty'", |
|
|
|
"class_g = 'Alacritty'", |
|
|
|
# "class_g = 'Alacritty'", |
|
|
|
"class_g = 'Polybar'", |
|
|
|
"class_g = 'Polybar'", |
|
|
|
# "class_g = 'code-oss'", |
|
|
|
# "class_g = 'code-oss'", |
|
|
|
# "class_g = 'TelegramDesktop'", |
|
|
|
# "class_g = 'TelegramDesktop'", |
|
|
|