update keybindings and animations a lil
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user