From d14a9b6d5e7570de6cbfae0065199a4626754d57 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 19 Jul 2025 21:25:23 -0700 Subject: [PATCH] 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 --- dotfiles/config/sway/config | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/config/sway/config b/dotfiles/config/sway/config index 03af196..8e4d436 100644 --- a/dotfiles/config/sway/config +++ b/dotfiles/config/sway/config @@ -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 }