Skip to content

separate some options related to the scroll gesture #217

@Diax170

Description

@Diax170

There's this functionality (source: TUTORIAL.md):

You can also scroll windows with the mouse. Press mod and the middle mouse button, and you can drag/scroll columns and windows.

and my suggestion is to separate some options so they're controlled individually for touchpads and mice:

  1. is enabled gesture_scroll_enable true|false
  2. sensitivity (also determines direction when negative/positive) gesture_scroll_sensitivity

(fingers gesture_scroll_fingers are touchpad only)

Could be renamed to sth like:

  • gesture_scroll_mouse_enable and gesture_scroll_touchpad_enable
  • gesture_scroll_mouse_sensitivity and gesture_scroll_touchpad_sensitivity
  • gesture_scroll_touchpad_fingers or as it is rn gesture_scroll_fingers

Example use case: I don't use natural scrolling on touchpad so in my case touchpad sensitivity would be -2.5 and for mouse 1.0

Might be related: #213

Another idea: in the docs you could add a note to the gesture_scroll_sensitivity option that a negative value inverses the direction (in case someone doesn't figure it out themselves)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions