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

@@ -52,6 +52,8 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10
bind = $mainMod, left, workspace, -1
bind = $mainMod, right, workspace, +1
bind = $mainMod SHIFT, left, movetoworkspace, -1
bind = $mainMod SHIFT, right, movetoworkspace, +1
# Example special workspace (scratchpad)
# bind = $mainMod, S, togglespecialworkspace, magic

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
}