update keybindings and animations a lil

This commit is contained in:
Sem
2026-04-02 17:38:52 +02:00
parent 16c90cb64d
commit e72f9e50f6
2 changed files with 5 additions and 3 deletions

View File

@@ -80,9 +80,9 @@ animations {
animation = layersOut, 1, 1.5, linear, fade
animation = fadeLayersIn, 1, 1.79, almostLinear
animation = fadeLayersOut, 1, 1.39, almostLinear
animation = workspaces, 1, 1.94, almostLinear, fade
animation = workspacesIn, 1, 1.21, almostLinear, fade
animation = workspacesOut, 1, 1.94, almostLinear, fade
animation = workspaces, 1, 1.94, easeOutQuint, slide
animation = workspacesIn, 1, 1.21, easeOutQuint, slide
animation = workspacesOut, 1, 1.94, easeOutQuint, slide
animation = zoomFactor, 1, 7, quick
}