Hi everyone,
I’m running:
- KDE Plasma 6.7.2
- Wayland
After a lot of debugging, I confirmed that my touchpad and libinput are working correctly.
Running:
sudo libinput debug-events
shows:
GESTURE_SWIPE_BEGIN
GESTURE_SWIPE_UPDATE
GESTURE_SWIPE_END
for three-finger gestures.
Current behavior:
• 4-finger swipe left/right → switches virtual desktops
• 4-finger swipe up → Overview
• 4-finger swipe down → Desktop Grid
Three-finger behavior:
• 3-finger left/right → also switches virtual desktops
• 3-finger up/down → no action
So gestures are working, but I cannot find any way to configure them.
My goal is to have the ability to :
Keep all existing 4-finger gestures exactly as they are.
Change only the 3-finger gestures.
Ideally:
3-finger up → overview
3-finger down → Show Desktop
3-finger left/right → Window switching
Questions:
- Is this currently possible in Plasma 6.7?
- Is there a configuration file for gesture mappings?
- Is this intentionally hardcoded?
- Is there a recommended Wayland-native solution?
Basically I would like to have windows like gestures when I use the Touchpad ,and if possible it should be customizable.
Thanks!