diff options
Diffstat (limited to 'home-config/hypr')
| -rw-r--r-- | home-config/hypr/hyprland.conf | 10 | 
1 files changed, 6 insertions, 4 deletions
| diff --git a/home-config/hypr/hyprland.conf b/home-config/hypr/hyprland.conf index 12e97c5..97cb767 100644 --- a/home-config/hypr/hyprland.conf +++ b/home-config/hypr/hyprland.conf | |||
| @@ -74,10 +74,12 @@ decoration { | |||
| 74 | new_optimizations = on | 74 | new_optimizations = on | 
| 75 | } | 75 | } | 
| 76 | 76 | ||
| 77 | drop_shadow = yes | 77 | shadow { | 
| 78 | shadow_range = 4 | 78 | enabled = true | 
| 79 | shadow_render_power = 3 | 79 | range = 4 | 
| 80 | col.shadow = rgba(1a1a1aee) | 80 | render_power = 3 | 
| 81 | color = rgba(1a1a1aee) | ||
| 82 | } | ||
| 81 | } | 83 | } | 
| 82 | 84 | ||
| 83 | animations { | 85 | animations { | 
