From 8c9baf10e498bd359fac4e7a7e34534dddb29105 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Sun, 15 Sep 2024 18:26:12 +0300 Subject: [PATCH] sway: disable touchpad devices this fixes dualsense controller touchpad behaving as a mouse --- config/.config/sway/config | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/config/.config/sway/config b/config/.config/sway/config index 26cebf6..d220f1b 100644 --- a/config/.config/sway/config +++ b/config/.config/sway/config @@ -66,14 +66,7 @@ input type:keyboard { } input type:touchpad { - natural_scroll enabled - tap enabled - tap_button_map "lrm" - drag enabled - events enabled - pointer_accel 0.3 - scroll_factor 0.3 - dwt disabled + events disabled } output * {