summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-08-16 13:14:58 -0500
committerzachir <zachir@librem.one>2023-08-16 13:14:58 -0500
commita68782c307f03fce3b5e6abe3b6f243d847ff6cb (patch)
treecdd6071154ff04af1deeb42bf41024d77755be09
parent2123c9ecfd4fd28d2a8f3e36eda4e0ed756e5209 (diff)
Fix hyprland new submenu blur
-rw-r--r--hypr/hyprland.conf16
1 files changed, 11 insertions, 5 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index 0ac537f..52766be 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -63,18 +63,24 @@ misc {
decoration {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
rounding = 10
- blur = yes
- blur_size = 3
- blur_passes = 1
- blur_new_optimizations = on
- blur_xray = yes
drop_shadow = yes
shadow_range = 4
shadow_render_power = 3
col.shadow = rgba(1a1a1aee)
+ #{{{ Blur options
+ blur {
+ enabled = true
+ size = 3
+ passes = 1
+ new_optimizations = true
+ xray = true
+ }
+ #}}}
}
+
#}}}
+
#{{{ Animations options
animations {
enabled = no