From 8947e276fc52df141f417ad5431f4389348e7140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dias?= Date: Fri, 16 Aug 2024 20:32:01 -0300 Subject: [PATCH] :sparkles: feat(hyprland): enable blur by default, make workspace change faster --- hyprland/appearance.conf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/hyprland/appearance.conf b/hyprland/appearance.conf index 357cdcb..2e4d921 100644 --- a/hyprland/appearance.conf +++ b/hyprland/appearance.conf @@ -34,7 +34,7 @@ decoration { col.shadow = rgba(1a1a1aee) blur { - enabled = false + enabled = true size = 3 passes = 1 vibrancy = 0.9 @@ -55,12 +55,11 @@ animations { animation = borderangle, 1, 8, default animation = fade, 1, 3.5, default animation = fadeLayers, 1, 7, amazingBezier - animation = workspaces, 1, 6, amazingBezier, slidefade 80% + animation = workspaces, 1, 5.5, amazingBezier, slidefade } dwindle { pseudotile = true - - preserve_split = true + preserve_split = true }