Updated config

This commit is contained in:
2024-03-05 00:40:49 +01:00
parent 29a8811800
commit 307d253d9e
17 changed files with 196 additions and 120 deletions

View File

@ -1,6 +1,7 @@
general {
gaps_in = 5
gaps_out = 20
gaps_out = 10
border_size = 2
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.inactive_border = rgba(595959aa)
@ -27,7 +28,7 @@ input {
}
decoration {
rounding = 10
rounding = 3
blur {
enabled = true
@ -46,11 +47,11 @@ animations {
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
animation = windows, 1, 6, myBezier
animation = windowsOut, 1, 6, default, popin 80%
animation = border, 1, 9, default
animation = borderangle, 1, 7, default
animation = fade, 1, 6, default
animation = windows, 1, 2, myBezier
animation = windowsOut, 1, 2, default, popin 80%
animation = border, 1, 5, default
animation = borderangle, 1, 3, default
animation = fade, 1, 2, default
animation = workspaces, 1, 1, default
}