Skip to content
Discussion options

You must be logged in to vote

Hello @Razadocoding,

The newest version, v0.51.0, introduces new configuration requirements for gestures, which appear to cause configuration errors for most (laptop) users. However, this provides users with more control. See gesture wiki page or discussion #11687 for some initial guidance.

As an example, this is how my config changed to maintain the same features:

Before:

gestures {
    workspace_swipe = true
}

workspace_swipe_fingers is defaulted to 3. See other defaults from v0.50.0 for help with conversion.

After:

gestures {
    gesture = 3, horizontal, workspace
}

I have also added a pinch function to toggle the magic workspace, although the gesture detection is still a bit finicky:

g…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Razadocoding
Comment options

Answer selected by Razadocoding
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