diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-08-08 01:05:47 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-08-08 01:05:47 -0400 |
commit | d20c4d322ffa60e28bb83e9c9a7bbb60e1e92f55 (patch) | |
tree | c3ab9f61f6785d59b2e4acacc4caa64109f25280 /home-config/hypr | |
parent | 2574a68a10e85c70bbeb7114e9690514d7bc9399 (diff) |
fixed new syntax
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 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 |