diff options
author | Justine Smithies <justine@smithies.me.uk> | 2025-07-05 12:11:06 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2025-07-05 12:11:06 +0100 |
commit | 9625422f18850b5c42df20e1c1cd3d6493830fe1 (patch) | |
tree | 6da45c0239c88d8ab3b6e7535089db4f13648154 /.config/maomao/config.conf | |
parent | b23090e195f9234f3c141558e1ad7d293fec2876 (diff) |
Added shows for tiling windows
Diffstat (limited to '.config/maomao/config.conf')
-rw-r--r-- | .config/maomao/config.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.config/maomao/config.conf b/.config/maomao/config.conf index d98438f..c6395fd 100644 --- a/.config/maomao/config.conf +++ b/.config/maomao/config.conf @@ -81,8 +81,8 @@ swipe_min_threshold=20 mouse_natural_scrolling=0 # Appearance -gappih=5 -gappiv=5 +gappih=10 +gappiv=10 gappoh=10 gappov=10 borderpx=2 @@ -109,8 +109,9 @@ blur_params_saturation = 1.2 # Shadow settings shadows = 1 layer_shadows = 1 -shadows_size = 10 -shadows_blur = 15 +shadow_only_floating = 0 +shadows_size = 8 +shadows_blur = 10 shadows_position_x = 0 shadows_position_y = 0 shadowscolor= 0x000000ff |