diff options
author | Justine Smithies <justine@smithies.me.uk> | 2025-07-04 18:41:34 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2025-07-04 18:41:34 +0100 |
commit | b23090e195f9234f3c141558e1ad7d293fec2876 (patch) | |
tree | 66389e916c33f2c2bcf4d153da5eaedfbd8a41ed | |
parent | 52f2e52b06f4387bcad04c2ff4d64db328db7919 (diff) |
MaomaoWM Enable layer shadows
-rw-r--r-- | .config/maomao/config.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/maomao/config.conf b/.config/maomao/config.conf index 61734ee..d98438f 100644 --- a/.config/maomao/config.conf +++ b/.config/maomao/config.conf @@ -108,6 +108,7 @@ blur_params_saturation = 1.2 # Shadow settings shadows = 1 +layer_shadows = 1 shadows_size = 10 shadows_blur = 15 shadows_position_x = 0 |