feat: add shadow_only_floating option

This commit is contained in:
DreamMaoMao 2025-07-05 15:24:12 +08:00
parent e13ad18721
commit e3c9c784b6
4 changed files with 8 additions and 1 deletions

View file

@ -192,6 +192,7 @@ float blur_params_contrast = 0.9;
float blur_params_saturation = 1.2;
int shadows = 0;
int shadow_only_floating = 1;
int layer_shadows = 0;
unsigned int shadows_size = 10;
double shadows_blur = 15;