diff --git a/nwg_shell/skel/config/hypr/hyprland.conf b/nwg_shell/skel/config/hypr/hyprland.conf index 50e5fc6..fb8b183 100644 --- a/nwg_shell/skel/config/hypr/hyprland.conf +++ b/nwg_shell/skel/config/hypr/hyprland.conf @@ -35,10 +35,12 @@ env = XCURSOR_SIZE,24 decoration { # See https://wiki.hyprland.org/Configuring/Variables/ for more rounding = 5 - blur = true - blur_size = 3 - blur_passes = 1 - blur_new_optimizations = true + blur { + enabled = true + size = 3 + passes = 1 + new_optimizations = true + } drop_shadow = true shadow_range = 4 @@ -167,4 +169,4 @@ bind = $mainMod, mouse_up, workspace, e-1 # MOVE/RESIZE WINDOWS with mainMod + LMB/RMB and dragging bindm = $mainMod, mouse:272, movewindow -bindm = $mainMod, mouse:273, resizewindow \ No newline at end of file +bindm = $mainMod, mouse:273, resizewindow