mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-12 13:30:01 -05:00
feat: add shadow_only_floating option
This commit is contained in:
parent
e13ad18721
commit
e3c9c784b6
4 changed files with 8 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue