-
Notifications
You must be signed in to change notification settings - Fork 11
separate some options related to the scroll gesture #217
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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:
- is enabled
gesture_scroll_enable true|false - 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_enableandgesture_scroll_touchpad_enablegesture_scroll_mouse_sensitivityandgesture_scroll_touchpad_sensitivitygesture_scroll_touchpad_fingersor as it is rngesture_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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request