Skip to content
Discussion options

You must be logged in to vote

Yes. The workspace switch animation is not limited to touchpad gestures; it is the animation for switching workspaces up/down, including normal keybind-driven switching.

Configure it under animations:

animations {
    workspace-switch {
        spring damping-ratio=0.8 stiffness=700 epsilon=0.0001
    }
}

The default is already a spring:

workspace-switch {
    spring damping-ratio=1.0 stiffness=1000 epsilon=0.0001
}

For more bounce, use a damping ratio below 1.0. Lower stiffness makes it slower and more likely to visibly oscillate. I would avoid values above 1.0 for damping because the docs call out numerical stability issues with overdamped springs.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Keshav-writes-code
Comment options

Answer selected by Keshav-writes-code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants