diff options
author | zachir <zachir@librem.one> | 2023-04-20 14:48:33 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-04-20 14:53:52 -0500 |
commit | b3b096ee80e1dffe3098b01512521eb58531a1ab (patch) | |
tree | ece4bf1b9ff2ae71c4e842b62071a21cb28ea320 /hypr/hyprland.conf | |
parent | b63a95de9f9fa3c81377a3a86aa2a890dc940ca7 (diff) |
hypr: add blur_xray and try to be more efficient
Diffstat (limited to 'hypr/hyprland.conf')
-rw-r--r-- | hypr/hyprland.conf | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index cc80cb1..c93c2b3 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -33,11 +33,6 @@ input { } #}}} -animation=global,0,1,default -#animation=windows,0,1,default -#animation=fade,0,1,default -#animation=workspaces,0,1,default - #{{{ General options general { # See https://wiki.hyprland.org/Configuring/Variables/ for more @@ -57,6 +52,7 @@ general { misc { enable_swallow = true swallow_regex = ^(St)$ + vfr = true } #}}} @@ -68,6 +64,7 @@ decoration { blur_size = 3 blur_passes = 1 blur_new_optimizations = on + blur_xray = yes drop_shadow = yes shadow_range = 4 shadow_render_power = 3 @@ -77,7 +74,7 @@ decoration { #{{{ Animations options animations { - enabled = yes + enabled = no # Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more bezier = myBezier, 0.05, 0.9, 0.1, 1.05 animation = windows, 1, 7, myBezier |