diff options
Diffstat (limited to 'home-config')
| -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 8f192bf..b5932f6 100644 --- a/home-config/hypr/hyprland.conf +++ b/home-config/hypr/hyprland.conf | |||
| @@ -53,10 +53,12 @@ decoration { | |||
| 53 | # See https://wiki.hyprland.org/Configuring/Variables/ for more | 53 | # See https://wiki.hyprland.org/Configuring/Variables/ for more | 
| 54 | 54 | ||
| 55 | rounding = 5 | 55 | rounding = 5 | 
| 56 | blur = yes | 56 | blur { | 
| 57 | blur_size = 3 | 57 | enabled = yes | 
| 58 | blur_passes = 1 | 58 | size = 3 | 
| 59 | blur_new_optimizations = on | 59 | passes = 1 | 
| 60 | new_optimizations = on | ||
| 61 | } | ||
| 60 | 62 | ||
| 61 | drop_shadow = yes | 63 | drop_shadow = yes | 
| 62 | shadow_range = 4 | 64 | shadow_range = 4 | 
