config/sway/config: disable sticky drag lock

Tap-and-drag lock switched to sticky by default in Sway 1.11 and I
don't like it.

See: https://github.com/swaywm/sway/releases/tag/1.11
This commit is contained in:
2025-07-19 21:25:23 -07:00
parent 539102d713
commit d14a9b6d5e

View File

@ -95,6 +95,7 @@ input type:touchpad {
# note that DWT only works for internal touchpads (see libinput issue #524)
dwt enabled
tap enabled
drag_lock enabled
natural_scroll enabled
middle_emulation enabled
}