From b3b096ee80e1dffe3098b01512521eb58531a1ab Mon Sep 17 00:00:00 2001 From: zachir Date: Thu, 20 Apr 2023 14:48:33 -0500 Subject: hypr: add blur_xray and try to be more efficient --- hypr/hyprland.conf | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'hypr') 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 -- cgit v1.2.3