help me with this please #11688
-
why this showing help please how can i remove this? this showing jus after i did update
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
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
}
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: |
Beta Was this translation helpful? Give feedback.

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_fingersis defaulted to 3. See other defaults fromv0.50.0for 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: