feat(hyprland): enable blur by default, make workspace change faster

This commit is contained in:
João Dias
2024-08-16 20:32:01 -03:00
parent 5cede6340a
commit 8947e276fc
+2 -3
View File
@@ -34,7 +34,7 @@ decoration {
col.shadow = rgba(1a1a1aee) col.shadow = rgba(1a1a1aee)
blur { blur {
enabled = false enabled = true
size = 3 size = 3
passes = 1 passes = 1
vibrancy = 0.9 vibrancy = 0.9
@@ -55,12 +55,11 @@ animations {
animation = borderangle, 1, 8, default animation = borderangle, 1, 8, default
animation = fade, 1, 3.5, default animation = fade, 1, 3.5, default
animation = fadeLayers, 1, 7, amazingBezier animation = fadeLayers, 1, 7, amazingBezier
animation = workspaces, 1, 6, amazingBezier, slidefade 80% animation = workspaces, 1, 5.5, amazingBezier, slidefade
} }
dwindle { dwindle {
pseudotile = true pseudotile = true
preserve_split = true preserve_split = true
} }