wip: Added touch scroll gestures support#421
wip: Added touch scroll gestures support#421Thesola10 wants to merge 1 commit intopaperwm:developfrom Thesola10:touch-scroll
Conversation
|
This current implementation only catches the touch event on the topbar itself. If the gesture leaves the topbar area, it isn't cancelled for some reason, which leaves the workspace in a weird space until the next scroll or touchScroll event. I guess I'd have to catch the gesture on the global desktop and check if it started on the topbar area, so the scroll gesture continues after leaving the area. This likely also does not behave properly with "topbar follows monitor focus", it would probably just scroll the primary display even if the topbar is on the secondary display. |
|
Is this configurable? I use this extension: I'd hate to see PaperWM overriding that behaviour. |
I don't think it will, this only changes response to touchscreen events, nothing else. |
That's a nice extension, however, does not keep track of the order in which they are display, rather when they were displayed. |
|
I don't understand the purpose of this. What does it provide over 3 finger swipe (on wayland)? |
|
It's for touch screens, not touchpads. The three finger swipe doesn't exist on touchscreens. |
This allows the user to scroll between windows by swiping on the topbar (or panel). This can be useful for convertibles, or desktops with touch screens.