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
+3 -4
View File
@@ -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
}