You are not logged in.
Tested on other DE-s, wayland plasma and xorg plasma, on these there is no problem but on sway it is.
Sway config:
#Touchpad (tap to click)
input "type:touchpad" {
dwt enabled
tap enabled
middle_emulation enabled
natural_scroll enabled
}
Please someone help
Last edited by nika901 (2025-06-27 08:54:38)
Offline
I've also experienced this after a recent update. Add this to your config:
input type:touchpad {
...
drag_lock disabled
}
Further reading: https://wayland.freedesktop.org/libinpu … p-and-drag
Offline
Thank you very much it works!
Offline