https://bugs.kde.org/show_bug.cgi?id=402857
--- Comment #24 from Blazer Silving <breakingsp...@gmail.com> --- Is there an effort already in motion to work on this, beyond https://invent.kde.org/plasma/kwin/-/issues/59? Let's break it down and try to shake the dust off. From what I gather, user-configurable touchpad gestures in Wayland need: 1. A defined list of supported gesture actions (i.e. Next/Previous Desktop, Window Management, Raise/Lower Volume/Brightness, custom invocations, etc). This also should include an option to disable handling of each gesture individually, to allow for libinput-gestures and other external applications to step in. 2. Integration in Kwin (or kglobalacceld now?) to map and register these defined actions to gestures. This is much easier said than done, as it is currently hardcoded and spread out in several places, as we found earlier in this thread. A new unified gesture handler may be necessary? 3. Lastly, a UX for the frontend KCM/System Settings to drive the mapping. I wouldn't say copy the competition, very similar can be done within Plasma's existing styling. -- You are receiving this mail because: You are watching all bug changes.