fix(hypr): increase length of workspace swap animation
Far too low before, originally done for the gesture speed, but affected actually swapping between workspaces with the keyboard far more.
This commit is contained in:
@@ -54,7 +54,7 @@ animations {
|
||||
animation = windowsOut, 1, 4, breeze, slidefade
|
||||
|
||||
# Workspaces: airy glide, finishes fast
|
||||
animation = workspaces, 1, 1, overshoot, slidefade
|
||||
animation = workspaces, 1, 5, overshoot, slidefade
|
||||
|
||||
# Subtle polish
|
||||
animation = fade, 1, 4, breeze
|
||||
|
||||
Reference in New Issue
Block a user