From 492c3820da316450b2973e841561b79d8dc04fb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rudy=20=E3=83=84?= <90951877+rudy-in@users.noreply.github.com> Date: Sun, 4 Aug 2024 22:15:18 +0530 Subject: [PATCH] [URGENT] Fix autoscroll on browser with touchpad without having to touch the touchpad to scroll (#76) * Update input * Update input --- .config/sway/config.d/input | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/sway/config.d/input b/.config/sway/config.d/input index a97703a..43f258a 100644 --- a/.config/sway/config.d/input +++ b/.config/sway/config.d/input @@ -6,6 +6,7 @@ input type:touchpad { dwt enabled tap enabled + tap_button_map lrm # Fixed autoscroll without having to scroll on browser (this thing is tested) , right click menu was not showing up idk how this works but it supresses the autoscroll natural_scroll enabled }